import type { Int32 } from '../types/numbers.js'; export declare function assertIsInt32(input: unknown, error?: string | Error): asserts input is Int32;