import { CustomError } from './custom-error'; export declare class NotAuthorizedError extends CustomError { statusCode: number; static notAuthorized: string; constructor(); serializeErrors(): { message: string; }[]; }