import type { MatchEitherFn } from './matchEither'; declare const isNullable: MatchEitherFn; export { isNullable };