export declare function cleanObject(obj: InputObject): {}; export declare type InputObject = { [key: string]: any; };