interface Opts {
    delimiter?: string;
    object?: any;
    overwrite?: boolean;
    recursive?: boolean;
}
export declare const unflatten: (target: any, opts?: Opts) => any;
export {};
//# sourceMappingURL=unflatten.d.ts.map