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