import { Cloneable } from './cloneable'; export declare const isCloneable: (obj: any) => obj is Cloneable;