declare const wrapTextIfNotWindows: (wrapper: string) => (text: string) => string;
export default wrapTextIfNotWindows;
