/** * Testing Templates — Test setup and example tests * @module */ /** Generate `vitest.config.ts` */ export declare function vitestConfig(): string; /** Generate `tests/setup.ts` — Test infrastructure */ export declare function testSetupTs(): string; /** Generate `tests/system.test.ts` — Egress Firewall + RBAC tests */ export declare function systemTestTs(): string; //# sourceMappingURL=testing.d.ts.map