export declare class AutoClassificationResultStatus { private 'error_code'?; private 'error_msg'?; constructor(); withErrorCode(errorCode: string): AutoClassificationResultStatus; set errorCode(errorCode: string | undefined); get errorCode(): string | undefined; withErrorMsg(errorMsg: string): AutoClassificationResultStatus; set errorMsg(errorMsg: string | undefined); get errorMsg(): string | undefined; } //# sourceMappingURL=AutoClassificationResultStatus.d.ts.map