declare const intToString: (value: number) => string | number; export { intToString };