import { Constructor } from '@dolittle/types'; import { ProjectionCurrentState } from '@dolittle/contracts/Runtime/Projections/State_pb'; import { Key } from '../../Key'; import { CurrentState } from '../CurrentState'; import { IConvertProjectionsToSDK } from './IConvertProjectionsToSDK'; /** * Represents an implementation of {@link IConvertProjectionsToSDK}. */ export declare class ProjectionsToSDKConverter extends IConvertProjectionsToSDK { /** @inheritdoc */ convert(type: Constructor | undefined, state: ProjectionCurrentState): CurrentState; /** @inheritdoc */ convertAll(type: Constructor | undefined, states: ProjectionCurrentState[]): Map>; private getStateType; } //# sourceMappingURL=ProjectionsToSDKConverter.d.ts.map