export type SqueakyConfig = Record; export declare function loadJson(filePath: string): Promise; export declare function expandEnv(str: string): string; export declare function deepMerge(base: T, next: Partial): T; export declare function resolveExtendsChain(entries: string | string[] | undefined, fromPath: string): Promise; export declare function loadAndValidateConfig(configPath: string): Promise; //# sourceMappingURL=loadConfig.d.ts.map