export declare const splitByLineBreak: (str: string) => Array<string>;
