import { DeleteReadModelInstance } from '../DeleteReadModelInstance';
import { ProjectionContext } from '../ProjectionContext';
/**
 * Defines the signature of a projection class's on() method.
 */
export declare type ProjectionClassOnMethod<T = any> = (event: T, context: ProjectionContext) => void | DeleteReadModelInstance | Promise<void | DeleteReadModelInstance>;
//# sourceMappingURL=ProjectionClassOnMethod.d.ts.map