/** * Flowtype definitions for getDexByProtocol * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { Swap } from "@yoroi/types"; declare export function getDexByProtocol(protocol: Swap.Protocol): Swap.Dex;