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