export type OAuthScope = 'apps-read' | 'apps-write' | 'data-read' | 'data-write' | 'storage-read' | 'storage-write'; export declare class InstantOAuthError extends Error { error: string; errorDescription: string | null | undefined; constructor(config: { message: string; error: string; errorDescription?: string | null | undefined; }); get [Symbol.toStringTag](): string; } //# sourceMappingURL=oauthCommon.d.ts.map