import { type IntegrationScope } from "../integrations/types.js"; export declare function parseScopes(value: unknown): IntegrationScope[]; //# sourceMappingURL=parseScopes.d.ts.map