export declare class UnauthorizedError extends Error { status: number; constructor(message?: string); }