export declare class TouchError { status: number; value: string; constructor(error: { status: number; value: string; }); }