import { ChainTypeEnum } from '@openfort/openfort-js'; import type { EthereumUserWallet, SolanaUserWallet } from '../../hooks/openfort/walletTypes'; import { type SetRouteOptions } from './types'; export declare function recoverRoute(chainType: ChainTypeEnum, wallet: EthereumUserWallet | SolanaUserWallet): SetRouteOptions; export declare function createRoute(chainType: ChainTypeEnum): SetRouteOptions;