export declare type EndBlockTypeWhenInit = number | "latest" | "afterDeployment" | "afterInitialization";
export declare type EndBlockTypeWhenRecover = number | "latestOnChain" | "latestDownloaded" | "afterDeployment" | "afterInitialization";
