import type { If } from "./guard-bounded.js";
export declare const ifIfPresent: <IfPresent extends boolean, T, U>(ifPresent: IfPresent, t: T, u: U) => If<IfPresent, T, U>;
//# sourceMappingURL=util.d.ts.map