import { DocumentStore, OperationContext } from '../types';
export declare function getStoreOperation(context: OperationContext): DocumentStore;
