export declare const $Filter: { readonly description: "List of filters that contains eventVersionId name and variables"; readonly properties: { readonly eventVersionId: { readonly type: "string"; }; readonly topicFilters: { readonly type: "array"; readonly contains: { readonly type: "TopicFilter"; }; }; readonly id: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly description: "The type of payload"; readonly isReadOnly: true; }; }; };