/** * Log a warning when a value is present but not an integer. * @param value - the value to check; undefined is skipped silently. * @param name - the value's name, used in the warning message. */ export declare function ifNotInteger(value: number | undefined, name: string): void; //# sourceMappingURL=warn.d.ts.map