export { buffered, stream, checkOptions } from './exporter.cjs';
declare const _default: {
    buffered: (data: Record<string, any>[], options?: Partial<import("./exporter.cjs").NodeExportOptions>) => Promise<string>;
    stream: (opts?: Partial<import("./exporter.cjs").NodeExportOptions>) => import("stream").Transform;
    checkOptions: (opts?: Partial<import("./exporter.cjs").NodeExportOptions>) => import("./exporter.cjs").NodeExportOptions;
};
export default _default;
