/**
 * Returns the "new line" string
 * @return {string}
 */
export declare const newLine: () => string;
