import { type AfmMetricValueChange } from "@gooddata/api-client-tiger"; import { type IKeyDriver } from "@gooddata/sdk-backend-spi"; export declare function convertChangeAnalyzeToKeyDriver(value: AfmMetricValueChange): IKeyDriver; //# sourceMappingURL=KdaConverter.d.ts.map