import { DeleteReadModelInstance } from './DeleteReadModelInstance'; /** * Represents possible results of a projection. */ export declare class ProjectionResult { /** * Signals that the read model instance should be deleted from the read model store. */ static readonly delete: DeleteReadModelInstance; } //# sourceMappingURL=ProjectionResult.d.ts.map