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