/** Removes leading and trailing spaces. In addition converts multiple subsequent spaces to a single space. */
export declare const removeExtraSpaces: (text: string) => string;
