export declare class StringHelper { static isNumeric(value: string): boolean; static toNumber(value: string): string; }