import type { FunctionMaybe } from '../types.js'; declare const boolean: (value: FunctionMaybe) => FunctionMaybe; export default boolean;