import { TestFunction } from "mocha";
export declare function cit(testName: string, fn: TestFunction): Promise<void>;
