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