export interface ChartPathCount {
    chartPath: string;
    count: number;
}
export declare function composeStatus(perPath: ChartPathCount[], onlineProviderCount: number): string;
//# sourceMappingURL=pluginStatus.d.ts.map