export interface formatConfig {
    rowDelimiter?: string;
    columnDelimiter?: string;
}
