export declare function flatten(target: any, opts?: any): {}; export declare function unflatten(target: any, opts?: any): any;