export declare function validateStringAsSafeInt(value: string): boolean;
