export declare const $ClientInformationGuaranteedMessaging: { properties: { name: { type: string; maxLength: number; minLength: number; pattern: string; }; apiProduct: { type: string; }; accessType: { type: string; isRequired: boolean; }; maxTtl: { type: string; isRequired: boolean; format: string; maximum: number; }; maxMsgSpoolUsage: { type: string; isRequired: boolean; format: string; maximum: number; }; }; };