export declare const stripGender: (categorie: string) => string;
export declare const isNullOrEmpty: (text: string) => boolean;
export declare const trimSpacesAndRemoveDoubleQuotes: (text: string) => string;
