declare const FALSY_BOOLEANS: readonly [false, boolean, boolean, boolean, boolean, boolean, boolean]; declare const TRUTHY_BOOLEANS: readonly [true, boolean, boolean, boolean]; /** @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean} */ declare const SAMPLE_BOOLEANS: readonly [false, boolean, boolean, boolean, boolean, boolean, boolean, true, boolean, boolean, boolean]; export { FALSY_BOOLEANS, SAMPLE_BOOLEANS, TRUTHY_BOOLEANS };