export declare const DOUBLE_WHITE_SPACE: RegExp;
export declare const SPECIAL_CHAR: RegExp;
export declare function trimSpecial(str: string): string;
