import type { Route } from '@lifi/sdk';
export declare const calcValueLoss: (route: Route) => string;
