import { Db } from "@lodestar/db";
import { Root, Slot } from "@lodestar/types";
export declare function storeRootIndex(db: Db, slot: Slot, stateRoot: Root): Promise<void>;
export declare function getRootIndexKey(root: Root): Uint8Array;
//# sourceMappingURL=stateArchiveIndex.d.ts.map