import type { IFeatureLink, IFeatureLinksReadModel } from './feature-links-read-model-type.js';
export declare class FakeFeatureLinksReadModel implements IFeatureLinksReadModel {
    getTopDomains(): Promise<{
        domain: string;
        count: number;
    }[]>;
    getLinks(..._features: string[]): Promise<IFeatureLink[]>;
}
//# sourceMappingURL=fake-feature-links-read-model.d.ts.map