import _m0 from 'protobufjs/minimal'; export declare const protobufPackage = "yandex.cloud.ai.tuning.v1"; export interface TuningError { tuningTaskId: string; message: string; type: TuningError_Type; } export declare enum TuningError_Type { TYPE_UNSPECIFIED = 0, PUBLIC = 1, INTERNAL = 2, UNRECOGNIZED = -1 } export declare function tuningError_TypeFromJSON(object: any): TuningError_Type; export declare function tuningError_TypeToJSON(object: TuningError_Type): string; export declare const TuningError: { encode(message: TuningError, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): TuningError; fromJSON(object: any): TuningError; toJSON(message: TuningError): unknown; fromPartial, never>>(object: I): TuningError; }; type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined; export type DeepPartial = T extends Builtin ? T : T extends Array ? Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; type KeysOfUnion = T extends T ? keyof T : never; export type Exact = P extends Builtin ? P : P & { [K in keyof P]: Exact; } & Record>, never>; export {};