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