export declare function getPoolList(): { "SOL-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "SOL-USDT": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "SOL-UST": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "BTC-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "ETH-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "RAY-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "SRM-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "UXD-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "LFNTY-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; }; export interface IPoolInfo { amm: string; poolMint: string; feeAccount: string; pythAccount: string; pythPcAccount: string; configAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolCoinDecimal: number; poolPcTokenAccount: string; poolPcMint: string; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; } export declare function getPool(fromMint: string, toMint: string): IPoolInfo; export declare const PoolList: { "SOL-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "SOL-USDT": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "SOL-UST": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "BTC-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "ETH-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "RAY-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "SRM-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "UXD-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; "LFNTY-USDC": { amm: string; poolMint: string; feeAccount: string; configAccount: string; pythAccount: string; pythPcAccount: string; poolCoinTokenAccount: string; poolCoinMint: string; poolPcTokenAccount: string; poolPcMint: string; poolCoinDecimal: number; poolPcDecimal: number; poolMintDecimal: number; pythBaseDecimal: number; }; };