import { IError } from "./ierror"; export declare class RetError implements IError { Error: boolean; ErrorMessage: string; }