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