import { IIntersectionType, ITupleType, IUnionType } from "@mistlog/typetype"; export declare function unionToIntersection(ast: IUnionType): IIntersectionType; export declare function unionToTuple(ast: IUnionType): ITupleType;