import { Test } from '../types';
export declare function describe(what: string, tests: Test[]): Test;
export declare namespace describe {
    function only(what: string, tests: Test[]): Test;
    function skip(what: string, tests: Test[]): Test;
}
