import { type SwapOptions } from "../types"; export declare const fetchPossibleSwapsFromAPI: (tokenX: string, page?: "KEEPER") => Promise;