import { ethers, Pool } from "../.."; export declare function getCompoundV3LendTxData(pool: Pool, market: string, asset: string, amount: ethers.BigNumber | string): Promise; export declare function getCompoundV3WithdrawTxData(pool: Pool, market: string, asset: string, amount: ethers.BigNumber | string): Promise; export declare function isCompoundV3Market(pool: Pool, market: string): Promise;