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