import { Test } from 'uvu';
export declare function describe(name: string, fn: (s: Test) => void): void;
