export declare function jsonText(value: unknown): string; export declare function jsonBytes(value: unknown): Uint8Array; export declare function compactJsonText(value: unknown): string; export declare function compactJsonBytes(value: unknown): Uint8Array; export declare function jsonlBytes(rows: readonly unknown[]): Uint8Array; export declare function jsonlBytesByCreatedAt(rows: readonly { created_at?: string | null; }[]): Uint8Array; //# sourceMappingURL=json.d.ts.map