declare const ACTIONS: readonly ['GetMonitorData']; export declare type ActionType = (typeof ACTIONS)[number]; declare const APIS: Record< 'GetMonitorData', (capi: import('@tencent-sdk/capi').Capi, inputs: any) => any >; export default APIS;