import { Guard } from "../types";
declare const isUndefined: Guard<undefined>;
export { isUndefined };
//# sourceMappingURL=isUndefined.d.ts.map