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