import type { Table } from '@loaders.gl/schema';
import type { JSONWriterOptions } from "../../json-writer.js";
/**
 * Encode a table as a JSON string
 */
export declare function encodeTableAsJSON(table: Table, options?: JSONWriterOptions): string;
//# sourceMappingURL=json-encoder.d.ts.map