declare const config: {
    apiKey: string | undefined;
    baseUrl: string | undefined;
};
export default config;
