import type { MetaNever, MetaObj, Sure } from './core.js'; export declare function union(first: Sure, second: Sure): Sure>; export declare const or: typeof union; //# sourceMappingURL=union.d.ts.map