import type { IWrapFxEventBox } from './types/fxEventBox.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createFxEventBox(data?: DeepPartial): IWrapFxEventBox; //# sourceMappingURL=fxEventBox.d.ts.map