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