import { TxStatusData } from "../../../../../common/status-manager/models/tx-status-data"; import { OwlToPairInfo, OwlTopSwapRequest, OwlToSwapResponse } from '../models/owl-to-api-types'; export declare class OwlToApiService { private static apiUrl; static getPairInfo(srcChainId: number, srcTokenAddress: string, dstChainId: number, dstTokenAddress: string): Promise; static getSwapInfo(p: OwlTopSwapRequest): Promise; static getTxStatus(srcTxHash: string): Promise; }