export declare function getCachedConfig(): Map<string, string> | null;
export declare function setCachedConfig(config: Map<string, string>): void;
