import { Test } from 'nodeunit'; declare const _default: { tearDown(callback: any): void; 'tmpdir returns a real path and is cached'(test: Test): void; 'mkdtemp creates a temporary directory in the system temp'(test: Test): void; }; export = _default;