import type { IFxEventFloatBoxContainer } from './types/container.js'; import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IWrapFxEventBox } from '../wrapper/types/fxEventBox.js'; /** * Schema serialization for v4 `FX Event Box`. */ export declare const fxEventBox: ISchemaContainer; //# sourceMappingURL=fxEventBox.d.ts.map