export declare const splitByLineBreak: (str: string) => string[];
