import type { BaseConfig, Row } from './types/internal';
declare const _default: (rows: Row[], config: BaseConfig) => Row[];
export default _default;
