import { Market } from "../../markets/types.js"; import { GetUserOptionSharesParams } from "../types.js"; export declare function getMarket(params: { marketId: string; apiUrl: string; }): Promise; export declare function isRpcValid(rpcUrl: string | undefined): Promise; export declare function getUserOptionShares(params: GetUserOptionSharesParams): Promise;