/** * Resolve dex string for price fetch and state keys (main vs xyz). */ import type { DslState } from "../../types/dsl/index.js"; /** Use explicit dex, or infer "xyz" when asset has xyz: prefix (e.g. state from clearing house with dex not set). */ export declare function effectiveDex(state: DslState): string; //# sourceMappingURL=effective-dex.d.ts.map