import { type IInsight } from "@gooddata/sdk-model"; import { type AlertMetric } from "../types.js"; /** * Hook that calculates supported alertable measures for an insight. * * @param insight - The insight to check for alertable measures * @returns Array of supported measures that can be used for alerting * @internal */ export declare const useGetSupportedMeasures: (insight: IInsight | undefined) => AlertMetric[]; //# sourceMappingURL=useGetSupportedMeasures.d.ts.map