/** * Get the current block number. * Will update automatically when the new block is mined. * @public */ export declare function useBlockNumber(): number | undefined; //# sourceMappingURL=useBlockNumber.d.ts.map