import { Scan } from "../types.js"; export declare function scanEntries(scan: Scan, entries: [string, V][]): Generator<[string, V], void, unknown>;