import { ProjectionCallback } from '../ProjectionCallback';
import { KeySelectorBuilderCallback } from './KeySelectorBuilderCallback';
import { TypeOrEventType } from './TypeOrEventType';
/**
 * Defines the specification of a projection on method.
 */
export declare type OnMethodSpecification<T> = [TypeOrEventType, KeySelectorBuilderCallback, ProjectionCallback<T>];
//# sourceMappingURL=OnMethodSpecification.d.ts.map