import { Clonable } from '../interfaces/interfaces'; export declare function isClonable(obj: unknown): obj is Clonable;