import { ChainType, RouteExtended } from "@lifi/sdk"; //#region src/hooks/useToAddressRequirements.d.ts declare const useToAddressRequirements: (route?: RouteExtended) => { requiredToAddress: boolean; requiredToChainType: ChainType | undefined; accountNotDeployedAtDestination: boolean; accountDeployedAtDestination: boolean; toAddress: string | undefined; isFromContractAddress: boolean | undefined; isToContractAddress: boolean | undefined; isLoading: boolean; isFetched: boolean; }; //#endregion export { useToAddressRequirements }; //# sourceMappingURL=useToAddressRequirements.d.ts.map