/** * Clean up and even out all single spaces * @param text Text to flatten */ export declare const flatten: (text: string) => string;