import { OperationContext } from '../types'; export declare const createDeleteHandler: (context: OperationContext) => (itemName: string) => Promise;