declare const fn: any;
interface Options {
    newline: boolean;
    removeEmpty: boolean;
    select: string;
    splitter: string;
    removeEmptyString: boolean;
}
//# sourceMappingURL=index.d.ts.map