import type { Db, IUnleashConfig } from '../../../server-impl';
import type { IProjectLifecycleSummaryReadModel } from './project-lifecycle-read-model-type';
export declare const createProjectLifecycleSummaryReadModel: (db: Db, config: IUnleashConfig) => IProjectLifecycleSummaryReadModel;
export declare const createFakeProjectLifecycleSummaryReadModel: () => IProjectLifecycleSummaryReadModel;
//# sourceMappingURL=createProjectLifecycleSummaryReadModel.d.ts.map