import { Account } from "./enum/Account";
export declare function getMinimumSwapAmount(AccountFrom: Account, AccountTo: Account): Promise<number>;
//# sourceMappingURL=swap.d.ts.map