declare const ACTIONS: readonly [ 'DescribeFlowServices', 'DescribeFlowServiceDetail', 'CreateFlowService', 'ModifyFlowService', 'DeleteFlowService', 'StartExecution', 'DescribeExecution', 'StopExecution', ]; export declare type ActionType = (typeof ACTIONS)[number]; declare const APIS: Record< | 'DescribeFlowServices' | 'DescribeFlowServiceDetail' | 'CreateFlowService' | 'ModifyFlowService' | 'DeleteFlowService' | 'StartExecution' | 'DescribeExecution' | 'StopExecution', (capi: import('@tencent-sdk/capi').Capi, inputs: any) => any >; export default APIS;