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