import type { ExtendedChain } from '@lifi/sdk';
export declare const useToAddressReset: () => {
    tryResetToAddress: (toChain: ExtendedChain) => void;
};
