export declare const normalize: (str: string) => string;
export declare const removeSpaces: (str: any) => string;
