import { Test, TestFn } from '../types';
export declare function it(does: string, test: TestFn): Test;
