import type { MetricsClient } from "../../clients/metricsClient";
/**
 * Report the number of total page loads that have support for various capabilities. By dividing by the total number of
 * data points recorded, we can calculate the percent of page loads with support.
 *
 * @internal
 */
export declare const reportPlatformCapabilities: {
    (args_0: MetricsClient): Promise<void>;
    token: "reportPlatformCapabilities";
    dependencies: readonly ["metricsClient"];
};
//# sourceMappingURL=reportPlatformCapabilities.d.ts.map