import type { IFeatureLastSeenResults, ILastSeenReadModel } from './types/last-seen-read-model-type.js';
export declare class FakeLastSeenReadModel implements ILastSeenReadModel {
    getForFeature(_features: string[]): Promise<IFeatureLastSeenResults>;
}
//# sourceMappingURL=fake-last-seen-read-model.d.ts.map