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