/** * A Type Guard that checks if the given value is equal to false * * @category Type Guard */ declare const isFalse: import("./types").TypeGuardFn; export { isFalse };