import type { KvKey, KvListEntry, KvValue } from '@redocly/config'; import type { DatabaseKvDbSchema } from '../../../providers/database/databases/sqlite-db/schemas/kv-table.js'; export declare function createKvListEntry(kvDbEntry: Pick): KvListEntry; export declare function decodeKvKey(encodedKey: string): KvKey; //# sourceMappingURL=create-kv-list-entry.d.ts.map