type InstantiationFunction = (value: any) => any; export declare const clone: (input: T, instantiate?: InstantiationFunction) => T; export {}; //# sourceMappingURL=clone.d.ts.map