/**
 * Throw NextFontError error. Used by the WellKnownErrorsPlugin to format errors thrown by next/font.
 */
export declare function nextFontError(message: string): never;
