import { Stores } from "@arkecosystem/core-state"; import { Interfaces } from "@arkecosystem/crypto"; export declare const setBlock: (block: Partial | undefined) => void; export declare const setLastHeight: (height: number) => void; declare class StateStoreMocks implements Partial { getLastBlock(): Interfaces.IBlock; getGenesisBlock(): Interfaces.IBlock; getLastHeight(): number; } export declare const instance: StateStoreMocks; export {}; //# sourceMappingURL=state-store.d.ts.map