declare type objectKeys = {
    [key: string]: any;
};
export declare function cloneDeep(aObject: objectKeys): object[] | objectKeys;
export {};
