///
///
import fs from 'fs';
export declare function readFile(path: string, encoding?: BufferEncoding): Promise;
export declare function readJsonFile(path: string, encoding?: BufferEncoding): Promise;
export declare function readDir(dir: string): Promise;
export declare function readJsonDir(dir: string, filenameProperty?: string): Promise;
export declare function getSubdirNames(dir: string): Promise;
export declare function dotEnv(path: string): Promise<{
[key: string]: string;
}>;
//# sourceMappingURL=index.d.ts.map