declare const CONFIG: ConfigI;
export default CONFIG;
export interface ConfigI {
    api: string;
    key: string;
    timeout: number;
}
