export declare const $EventAPIProduct: { properties: { createdTime: { type: string; }; updatedTime: { type: string; }; createdBy: { type: string; }; changedBy: { type: string; }; id: { type: string; isRequired: boolean; }; virtualBrokerId: { type: string; }; description: { type: string; }; name: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; published: { type: string; }; publishedTime: { type: string; }; serverUrl: { type: string; }; serverProtocol: { type: string; maxLength: number; minLength: number; pattern: string; }; summary: { type: string; }; unpublishedTime: { type: string; }; version: { type: string; }; numberOfEvents: { type: string; format: string; maximum: number; }; websiteUrl: { type: string; }; restUrlJson: { type: string; }; restUrlYaml: { type: string; }; type: { type: string; isRequired: boolean; maxLength: number; pattern: string; }; }; };