export declare class ThorswapService {
    request: any;
    private thorswapGetKeys;
    thorswapGetSupportedChains(req: any): Promise<any>;
    thorswapGetCryptoCurrencies(req: any): Promise<any>;
    thorswapGetSwapQuote(req: any): Promise<any>;
    thorswapGetSwapTx(req: any): Promise<any>;
}
//# sourceMappingURL=thorswap.d.ts.map