import type { QdrantRow } from './client.ts'; import type { QdrantConfigResolved } from '../../resource/qdrant/config.ts'; export declare function blobBytes(value: unknown): Uint8Array; export declare function renderJson(row: QdrantRow, config: QdrantConfigResolved): Uint8Array; export declare function renderText(row: QdrantRow, config: QdrantConfigResolved): Uint8Array; //# sourceMappingURL=render.d.ts.map