import type { GetType } from "./get-type"; import type { Type } from "./type"; export declare function union>>(...types: Types): Type>; export declare function union>>(types: Types): Type>;