import { AptosDataCache, AptosParserRepo, AptosLocalCache } from '@manahippo/move-to-ts'; import { U64, U128 } from '@manahippo/move-to-ts'; import { HexString, AptosClient } from 'aptos'; import * as U256__ from '../u256'; export declare const packageName = "Liquidswap"; export declare const moduleAddress: HexString; export declare const moduleName = "stable_curve"; export declare const ONE_E_8: U128; export declare function coin_in_(coin_out: U128, scale_out: U64, scale_in: U64, reserve_out: U128, reserve_in: U128, $c: AptosDataCache): U128; export declare function coin_out_(coin_in: U128, scale_in: U64, scale_out: U64, reserve_in: U128, reserve_out: U128, $c: AptosDataCache): U128; export declare function d_(x0_u256: U256__.U256__.U256__, y_u256: U256__.U256__.U256__, $c: AptosDataCache): U256__.U256__.U256__; export declare function f_(x0_u256: U256__.U256__.U256__, y_u256: U256__.U256__.U256__, $c: AptosDataCache): U256__.U256__.U256__; export declare function get_y_(x0: U256__.U256__.U256__, xy: U256__.U256__.U256__, y: U256__.U256__.U256__, $c: AptosDataCache): U256__.U256__.U256__; export declare function lp_value_(x_coin: U128, x_scale: U64, y_coin: U128, y_scale: U64, $c: AptosDataCache): U256__.U256__.U256__; export declare function loadParsers(repo: AptosParserRepo): void; export declare class App { client: AptosClient; repo: AptosParserRepo; cache: AptosLocalCache; constructor(client: AptosClient, repo: AptosParserRepo, cache: AptosLocalCache); get moduleAddress(): HexString; get moduleName(): string; } //# sourceMappingURL=stable_curve.d.ts.map