/** * Performs a fast clone deep operation. * * @param obj */ export declare function fastCloneDeep(obj: any): any;