import { OperationContext } from '../types'; export declare const createCloneHandler: (context: OperationContext) => (key: string) => void;