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