import { AuthOptions } from './authOptions'; /** * Resolve the actual oauth2 scope according to the authentication options. */ export declare function resolveScope(opts?: AuthOptions, defaultScopes?: string): string;