import type { ILightTranslationEventContainer } from './types/container.js'; import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IWrapLightTranslationEvent } from '../wrapper/types/lightTranslationEvent.js'; /** * Schema serialization for v4 `Light Translation Event`. */ export declare const lightTranslationEvent: ISchemaContainer; //# sourceMappingURL=lightTranslationEvent.d.ts.map