declare function ToInt32(value: unknown): number;
export = ToInt32;
