export declare const loadFileContents: (contents: string, format: string) => any; export declare const parseFileConfig: (text: string, path: string, supportedTypes?: string[]) => any;