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