export declare const $MessagingServiceCredentials: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly messagingServiceAuthenticationId: { readonly type: "string"; readonly description: "The ID of the authentication object associated to the credentials object."; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly description: "The name of the credentials object."; readonly isRequired: true; }; readonly credentials: { readonly type: "dictionary"; readonly contains: { readonly description: "A JSON map containing the credentials information."; readonly properties: {}; }; readonly isRequired: true; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };