import { Scopes } from '../schema/manifest'; export type RequiredScopes = { current: string[]; deprecated?: string[]; beta?: string[]; }; export declare function getMissingScopes(existing: Scopes | undefined, required: RequiredScopes): Promise; export declare function getScopesWithInteractiveConsent(): Set; //# sourceMappingURL=index.d.ts.map