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