declare const test: (<Context extends {} = {}>(title: string, implementation?: import("./types").TestImplementation<Context> | undefined) => void) & Record<import("./types").TestHook, import("./types").TestHookImplementation<{}>>;
export default test;
