import { json2tsv } from './json2tsv'; export { json2tsv } from './json2tsv'; import { tsv2json } from './tsv2json'; export { tsv2json } from './tsv2json'; declare const _default: { json2tsv: typeof json2tsv; tsv2json: typeof tsv2json; }; export default _default;