import "../../../_dnt.polyfills.js"; import { Chain, ChainRune, RunicArgs, ValueRune } from "../../../mod.js"; export declare function preRuntimeDigest(chain: ChainRune, ...[blockHash]: RunicArgs): ValueRune<{ type: string; value: Uint8Array; }, import("../../../mod.js").ConnectionError | import("../../../mod.js").ServerError | U | RunicArgs.U | CouldNotRetrievePreRuntimeDigestError | null>; export declare class CouldNotRetrievePreRuntimeDigestError extends Error { readonly name = "CouldNotRetrievePreRuntimeDigestItemError"; }