/// declare const _default: { getEncoding: (filePath: string) => BufferEncoding; readContents: (filePath: string) => string; readLines: (filePath: any) => string[]; writeLines: (filePath: any, lines: any, encoding: any) => void; }; export default _default;