import type { ISchemaContainer } from '../shared/types/schema.js'; import type { ISpecialEventsKeywordFilters } from './types/specialEventsKeywordFilters.js'; import type { IWrapBasicEventTypesWithKeywords } from '../wrapper/types/basicEventTypesWithKeywords.js'; /** * Schema serialization for v2 `Basic Event Types With Keywords`. */ export declare const basicEventTypesWithKeywords: ISchemaContainer; //# sourceMappingURL=basicEventTypesWithKeywords.d.ts.map