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