import type { RouteExecution } from './types';
export declare const useTransactionHistory: (address?: string) => RouteExecution[];
