import type { Formatter } from './../interfaces/index.js'; /** Takes an array of string and converts it to a comma delimited string */ export declare const arrayToCsvFormatter: Formatter; //# sourceMappingURL=arrayToCsvFormatter.d.ts.map