import { OAuth2SubKind } from '@authup/common'; export declare function resolveOAuth2SubAttributesForScope(subKind: OAuth2SubKind | `${OAuth2SubKind}`, scope?: string | string[]): string[]; //# sourceMappingURL=resolve.d.ts.map