import type { BaseConfig, Row } from './types/internal';
declare const _default: (rows: Row[], config: BaseConfig) => Row[];
/**
 * @todo Make it work with ASCII content.
 */
export default _default;
