import { Address } from '@paraswap/core'; export declare type OnebitData = { router: Address; }; export declare type OnebitParam = [ srcToken: string, destToken: string, srcAmount: string, destAmountMin: string, to: string ]; export declare enum OnebitFunctions { swapTokensWithTrust = "swapTokensWithTrust" }