interface Config { GOOGLE_FONTS_API_KEY: string; } export declare const config: Config; export {};