import { Scan } from "../../types.js"; export declare function idbRange({ start, end }: Scan): IDBKeyRange | undefined;