export declare const prefix = "wufeng-dashboard"; export declare const COM_TYPE_BLACKLIST: string[]; export declare const AGGREGATE_TYPE_NAME_MAP: { SUM: string; AVG: string; MAX: string; MIN: string; COUNT: string; COUNT_DISTINCT: string; };