import { type IntegrationScope } from "../../integrations/types.js"; export declare function requireScopeSubset(requested: IntegrationScope[], allowed: IntegrationScope[]): void; //# sourceMappingURL=requireScopeSubset.d.ts.map