import type { ExchangeSwap, ExchangeRate, GetMultipleStatus, GetProviders, PostSwapAccepted, PostSwapCancelled } from "./types"; import type { Transaction } from "../../generated/types"; import type { CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets"; export declare const mockGetExchangeRates: (exchange: ExchangeSwap, transaction: Transaction, currencyTo?: TokenCurrency | CryptoCurrency | undefined | null) => Promise<(ExchangeRate & { expirationDate?: Date; })[]>; export declare const mockGetProviders: GetProviders; export declare const mockGetStatus: GetMultipleStatus; export declare const mockPostSwapAccepted: PostSwapAccepted; export declare const mockPostSwapCancelled: PostSwapCancelled; //# sourceMappingURL=mock.d.ts.map