export declare const baseConfig: { [key: string]: any; }; export declare const setBaseConfig: (key: string, value: any) => void; export declare const getBaseConfig: (key: string) => any;