import type { TFunction } from '@payloadcms/translations'; import { APIError } from './APIError.js'; export declare class AuthenticationError extends APIError { constructor(t?: TFunction, loginWithUsername?: boolean); } //# sourceMappingURL=AuthenticationError.d.ts.map