declare global { interface Window { ALIYUN_CONSOLE_CONFIG: any; } } export declare const getFeatureById: (id: string, cb: (value: any, error?: any) => void) => void; export declare const directlyGetFeatureById: (id: string) => any; export declare const setFeatureGetter: (g: any) => () => any; export declare const setFeatureRules: (rules: any) => void; export declare const useFeatureRule: (rule: string, featureData: any, ele: any) => any;