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