import { APIClient } from '@agentuity/api'; import { type OAuthScopesData } from './types.ts'; export declare function oauthScopes(client: APIClient): Promise; //# sourceMappingURL=scopes.d.ts.map