import { BigNumber } from "ethers"; import { Pool } from "../../entities"; export declare const getStableDepositQuote: (pool: Pool, depositAmount: string | BigNumber) => Promise; export declare const getStableWithdrawQuote: (pool: Pool, withdrawAmount: string | BigNumber) => Promise;