export declare function unset(obj: {
    [key: string]: any;
}, path: string): void;
