declare const isDigit: (string: string) => boolean; export default isDigit;