/** * method-catalog-permission-rules.ts * * The permissions.rules.list / permissions.rules.delete descriptors, the * settings-domain surface over durable user-origin permission rules (the * persistent form of remembered approval decisions). ws-only invoke verbs (no * REST binding), registered from the same composition root as the other verb * groups (routes/register-gateway-verb-groups.ts). Handlers: * routes/permission-rules.ts. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayPermissionRuleMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-permission-rules.d.ts.map