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