export declare class InputError extends Error { constructor(msg?: string); getStatus(): number; }