/** * 埋点 */ export declare const sendAction: (appName: string, label: string) => Promise; export declare const getAction: (appName?: string) => Promise;