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