import type { Collaborator, IFeatureCollaboratorsReadModel } from './types/feature-collaborators-read-model-type.js';
export declare class FakeFeatureCollaboratorsReadModel implements IFeatureCollaboratorsReadModel {
    getFeatureCollaborators(_feature: string): Promise<Array<Collaborator>>;
}
//# sourceMappingURL=fake-feature-collaborators-read-model.d.ts.map