import { Test } from 'nodeunit'; declare const _default: { files: { 'does not change with the file name'(test: Test): void; 'works on empty files'(test: Test): void; }; directories: { 'works on directories'(test: Test): void; 'ignores requested files'(test: Test): void; 'changes with file names'(test: Test): void; }; symlinks: { 'changes with the contents of followed symlink referent'(test: Test): void; 'does not change with the contents of un-followed symlink referent'(test: Test): void; }; exclude: { 'encodes exclude patterns'(test: Test): void; 'considers negated exclude patterns for fingerprint'(test: Test): void; }; }; export = _default;