import { CreateMarketTxParams } from "../tx/types.js"; export declare const convertToWeiEthers: (value: string | bigint, decimals: number) => bigint; export declare function getUserAllownace(params: CreateMarketTxParams): Promise;