import { CreateMarketTxParams } from "../types.js"; export declare function validateCreateMarketParams(params: CreateMarketTxParams): boolean;