import { ChartAnnotation, EntityType } from '@metad/ocap-core'; export declare const SALES_ENTITY_TYPE: EntityType; export declare const CHART_ANNOTATION: ChartAnnotation; export declare const DATA: { '[Time]': string; '[Time].[MEMBER_CAPTION]': string; '[Product]': string; '[Product].[MEMBER_CAPTION]': string; sales: number; }[];