import type { BinaryVenueParams } from "../operatorReads.js"; import type { MarketTypePlugin } from "../marketTypes/types.js"; /** * BINARY_V1 plugin. `encodeVenueFeeParams` / `decodeVenueFeeParams` delegate to * the existing operatorReads helpers (the on-chain-backed encoder + the local * decoder); `decode` is pure so it needs no client. * * @category binary markets */ export declare const binaryMarketTypePlugin: MarketTypePlugin;