import { Test } from "./test_fn.js";
export declare const TESTS: Array<Test>;
export declare const ignoreDir: (dir: string) => boolean;
export declare const testFile: (file: string) => boolean;
export declare function walkDir(dir: string): AsyncGenerator<string>;
export declare function run(argv: Array<string>): Promise<void>;
//# sourceMappingURL=runner.d.ts.map