type ConfigT = Record; export declare function getConfig(sync: true): T; export declare function getConfig(sync?: boolean): Promise | T; export {};