import { z } from "zod"; import type { Tier } from "../types.js"; export declare const getKpisSchema: {}; export declare function handleGetKpis(_params: z.infer>, tier: Tier): Promise<{ content: { type: "text"; text: string; }[]; }>; //# sourceMappingURL=get-kpis.d.ts.map