import { OperatorFunction } from 'rxjs'; import { ProjectionEvent } from '../../types'; import { WithInMemoryStore } from '../types'; export declare const inMemoryStoreOperator: (op: (evt: ProjectionEvent) => void) => >() => OperatorFunction; //# sourceMappingURL=utils.d.ts.map