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