import { Ddan } from '../../typings'; declare const _default: { readDirectory: (dir: string, callback?: Ddan.Func1 | undefined) => Promise; readFiles: (dir: string, files: string[], callback?: Ddan.Func1 | undefined) => Promise; access: (filePath: string, mode?: number) => Promise; chmodFile: (path: string, mode?: string | number) => Promise; chmod755: (path: string) => Promise<[any, undefined] | [null, boolean]>; }; export default _default;