export declare class ApiErrorResponseDataError { errorCode: string; message: string; status: string; constructor(apiErrorResponseDataError?: ApiErrorResponseDataError); }