export declare class OAuthError extends Error { type?: string; extra?: Record; constructor(message: string, type?: string, extra?: Record); } //# sourceMappingURL=oauth_error.d.ts.map