export declare function addLeadingZero(input: number | string | null): string; export declare function isNumeric(text: string | null): boolean; export declare function splitString(str: string): string[];