/** * Fill object structure by schema, initialize empty objects for keys with `_default` property. */ export declare const fillObjectBySchema: (obj: Record, schema: Record) => Record;