export declare const $JobBO: { readonly properties: { readonly id: { readonly type: "string"; }; readonly jobType: { readonly type: "JobType"; }; readonly status: { readonly type: "Enum"; }; readonly details: { readonly type: "string"; }; readonly results: { readonly type: "string"; readonly format: "byte"; }; readonly error: { readonly type: "string"; readonly format: "byte"; }; readonly orgId: { readonly type: "string"; }; readonly createdTime: { readonly type: "number"; readonly format: "int64"; }; readonly updatedTime: { readonly type: "number"; readonly format: "int64"; }; readonly changedBy: { readonly type: "string"; }; readonly createdBy: { readonly type: "string"; }; }; };