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