/** * Shared utilities for LibSQL storage. */ /** * Parse a JSON string from SQLite into an object. * * SQLite stores JSON as TEXT, so we need to parse it back. */ export declare function parsejson(value: unknown): T | null; //# sourceMappingURL=utils.d.ts.map