import { Struct, Superstruct } from '..'; export declare const createUnion: (schema: any[], defaults: any, struct: Superstruct) => Struct;