export declare type UseChainIdArgs = { chainId?: number; }; export declare function useChainId({ chainId }?: UseChainIdArgs): number;