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