import type { TestDefinition } from "./deno.types.gen.js";
/** Reference to the array that `Deno.test` calls insert their definition into. */
export declare const testDefinitions: TestDefinition[];
