export declare const $resourceConnectionProperties: { readonly description: "The list of connection properties."; 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 name: { readonly type: "string"; readonly description: "The property name."; }; readonly value: { readonly type: "string"; readonly description: "The property value."; }; readonly connectionDetailsId: { readonly type: "string"; readonly description: "The connection Id the property is associated to."; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, resourceConnectionProperties."; readonly isReadOnly: true; }; }; };