import type { Int32 } from '../types/numbers.js'; export declare function isInt32(input: unknown): input is Int32;