export declare class StoryCustomKpi { /** * The id for this KPI * @pattern ^[A-Za-z0-9-]{1,16}$ */ key: string; slug?: string | null; name: string; }