import { BlockchainService } from '@unilogin/contracts'; import { ReferenceCountedState } from './ReferenceCountedState'; export declare class BlockNumberState extends ReferenceCountedState { private readonly blockchainService; constructor(blockchainService: BlockchainService); bindedSet: (v: number) => void; onFirstSubscribe(): void; onLastUnsubscribe(): void; } //# sourceMappingURL=BlockNumberState.d.ts.map