import type { KvValue } from '@redocly/config'; import type { DatabaseKvDbSchema } from '../../../providers/database/databases/sqld-sqlite/schemas/kv-table.js'; export declare function createKvValue(kvDbEntry: Pick): T | null; //# sourceMappingURL=create-kv-value.d.ts.map