import { Test } from 'nodeunit'; declare const _default: { 'Default: copies all files and subdirectories, with default follow mode is "External"'(test: Test): void; 'Always: follow all symlinks'(test: Test): void; 'Never: do not follow all symlinks'(test: Test): void; 'External: follow only external symlinks'(test: Test): void; exclude(test: Test): void; }; export = _default;