import types from './types'; declare function rmdir(dir: string, cb?: types.AnyFn): void; export default rmdir;