/**
 * Phase 1 exit catalog — every HTTP handler must be classified so a new
 * endpoint cannot ship without an isolation story. Tenant-scoped routes
 * delegate to `@slackwsh/messaging` / WorkspacesService, which
 * isolation.integration.test.ts exercises with a foreign workspace_id.
 */
export type IsolationGate = "public" | "auth" | "user" | "tenant" | "webhook";
export declare const HTTP_ROUTE_GATES: Record<string, IsolationGate>;
//# sourceMappingURL=isolation.catalog.test.d.ts.map