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