import { SCToken, TokenAmount } from "../Tokens"; import { ChainType } from "@atomiqlabs/base"; export declare function isSwapWithGasDrop(swap: any): swap is ISwapWithGasDrop; export interface ISwapWithGasDrop { getGasDropOutput(): TokenAmount>; }