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