import * as Avro from './avro.domain'; declare type Union = T[] & { _ts: T['_ts']; }; declare const Union: (types: T[]) => Union; export { Union };