/** * Testing Framework — action router (T-043). */ import type { TestingInput } from "./types.js"; export declare function routeTestingAction(input: TestingInput): Promise; //# sourceMappingURL=router.d.ts.map