export default function clean(obj: {
    [key: string]: any;
}): {};
