import { IError } from '../utils/ierror'; export declare class RetString implements IError { Error: boolean; ErrorMessage: string; String: string; }