/** * Reads file content with one of available extensions (yaml, json or js). * * @param path - File path. * @returns Parsed content. */ export declare function readFile(path: string): T;