export declare const $ResourceCredentialPropertiesBO: { readonly description: "The list of credential properties."; readonly properties: { readonly orgId: { readonly type: "string"; readonly isRequired: true; }; 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"; }; readonly id: { readonly type: "string"; }; readonly name: { readonly type: "string"; }; readonly value: { readonly type: "string"; }; readonly credentialDetailsId: { readonly type: "string"; }; readonly entityType: { readonly type: "string"; }; readonly key: { readonly type: "string"; }; }; };