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