import type { If } from '../types/index.js'; export declare const ifThenElse: (condition: CONDITION, then: THEN, els: ELSE) => If;