import { Condition, ITestClosures } from './types';
export declare const jests: {
    only: ITestClosures;
    skip: ITestClosures;
    base: ITestClosures;
};
export declare function judge(condition: Condition): boolean;
