import { Connection } from '@salesforce/core'; export declare class ApexSettingsRepository { private readonly connection; constructor(connection: Connection); isAggregateCoverageOnly(): Promise; }