import { IClientReportService } from '../ReportService'; import { BaseClientReportService } from './BaseClientReportService'; declare class KeywordsPerformanceReportService extends BaseClientReportService implements IClientReportService { static readonly reportName: string; private static readonly attributes; private static readonly segments; private static readonly metrics; private static readonly selectorFields; private constructor(); } export { KeywordsPerformanceReportService };