/** Returns whether the payload is null */
export declare function isNull(payload: unknown): payload is null;