/** Returns whether the payload is an integer number */ export declare function isInteger(payload: unknown): payload is number;