import { Transformer } from "../types";
export declare const joinLines: (lines: string[]) => string;
export declare const getLines: (text: string) => string[];
export declare const createLineMapper: Transformer<Transformer<string>>;
//# sourceMappingURL=string.d.ts.map