import type { ChainType } from '@iota/iota-sdk/client'; /** * Retrieves the chain the dapp is configured with, if any. */ export declare function useCurrentChain(): ChainType | undefined; //# sourceMappingURL=useCurrentChain.d.ts.map