import { Address, PublicActions } from 'viem'; export declare function getMarketInfo(client: PublicActions, communityToken: Address): Promise<{ reserveCT: bigint; reserveStable: bigint; sellable: boolean; isClosed: boolean; feePercent: bigint; }>; //# sourceMappingURL=get-market-info.d.ts.map