export declare class ErrorWrapper {
    errorCode: string;
    errorMsg: string;
    errorDetails: string;
}
