export interface Config { apiKey: string; apiUrl: string; } export declare function loadConfig(): Config; //# sourceMappingURL=config.d.ts.map