import { RouteExecution } from "../stores/routes/types.js"; import { FullStatusData, ToolsResponse } from "@lifi/sdk"; //#region src/utils/converters.d.ts declare const buildRouteFromTxHistory: (tx: FullStatusData, tools?: ToolsResponse) => RouteExecution | undefined; //#endregion export { buildRouteFromTxHistory }; //# sourceMappingURL=converters.d.ts.map