export function put(blocks: API.BlockFetcher, head: API.EventLink[], key: string, value: API.UnknownLink): Promise; export function del(blocks: API.BlockFetcher, head: API.EventLink[], key: string, options?: object): Promise; export function root(blocks: API.BlockFetcher, head: API.EventLink[]): Promise<{ root: API.ShardLink; } & API.ShardDiff>; export function get(blocks: API.BlockFetcher, head: API.EventLink[], key: string): Promise | undefined>; export function entries(blocks: API.BlockFetcher, head: API.EventLink[], options?: API.EntriesOptions): AsyncGenerator; import * as API from './api.js'; //# sourceMappingURL=index.d.ts.map