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