import type { AnyPack, GetPackParameters, TestFunction, UserlandHooks } from './types/internal'; /** * Creates a test function that describes the test or the task * (test does not necessarily contain checks). */ export declare const createTestFunction: ["TestMeta"]>(hooks: UserlandHooks) => TestFunction;