export declare const StringHelper: { replaceAll: (text: string, search: string, replace: string) => string; remove00: (text: string) => string; extractFloat: (text: string, def?: number) => number; }; //# sourceMappingURL=StringHelper.d.ts.map