/** Returns whether the payload is a bigint */
export declare function isBigInt(payload: unknown): payload is bigint;