export declare function setConfig(config: any): void;
export declare function getConfig(): any;
export { getConfig as config };
