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