import type { SpySystem } from '@huolala-tech/page-spy-types';
export declare const FEATURE_MAP: SpySystem.Feature;
export declare const asyncFeatureKey: string[];
export declare function computeResult(): Promise<Record<SpySystem.Category, any[]>>;
