import { Guard } from "../types";
declare const isOptional: <T>(guard: Guard<T>) => (x: unknown) => x is T | undefined;
export { isOptional };
//# sourceMappingURL=isOptional.d.ts.map