import { type AuthError } from '../types/errors'; declare const errors: { extend(error: AuthError): AuthError; oauth_exception: Record; identity_exception: Record; }; export default errors;