export declare const standardize: (str: string) => string; export declare const convertArrayOfStringIntoStringNumber: (array: string[]) => string;