export declare function justCharsAndNumbers(stringToSanize: string, allowSpace: boolean): string;
