import { OperationContext } from '../types'; import { OPERATION_TYPES } from '../constants'; export declare const createOperation: (type: keyof typeof OPERATION_TYPES, context: OperationContext) => (key: string) => void;