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