/**
 * Generates a `boolean` value randomly.
 * `true` and `false` are equally likely.
 **/
export declare const bool: () => boolean;
