export declare const $Plan: { readonly properties: { readonly id: { readonly type: "string"; readonly description: "ID value of the object"; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly description: "Title of the object"; }; readonly solaceClassOfServicePolicy: { readonly type: "SolaceClassOfServicePolicy"; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload"; readonly isReadOnly: true; }; }; };