export declare function readConfigFile<T>(files: string | string[]): Promise<T | null>;
