#!/usr/bin/env node export declare function category(name: string, stuff: () => void | Promise): void; export declare function test(name: string, fn: () => any): void;