declare const flatten: (object: any) => any;
export default flatten;
