import type { falsy } from '../falsy/index.js' export declare type maybe< I, F = falsy > = I|F export declare type maybe_undefined = maybe export declare type maybe_null = maybe