import { KpiSourceType } from './KpiSourceType'; export declare class Metric { /** */ kpiKey: string; /** */ order: number; /** */ storyKey: string; /** */ type: KpiSourceType; }