export declare function parsePriceToBigInt(price: string, decimal: number): bigint;
