import { ExtractSlotRootFns } from "./types.js";
/**
 * Extract the slot and block root of a gossip message form serialized data.
 * Only do it for messages that have a slot and block root, and we want to await the block if the block root is not known.
 */
export declare function createExtractBlockSlotRootFns(): ExtractSlotRootFns;
//# sourceMappingURL=extractSlotRootFns.d.ts.map