type IntergrationGetTemplateCategoriesRespVO = any; type IntergrationChalaxyProxyRespVO = any; type IntergrationGetAllTemplatesRespVO = any; type IntergrationGetTemplateRespVO = any; type IntergrationGetConnectorsRespVO = any; export declare function getIntegrationTemplateCategories(): Promise; export declare function getIntegrationChalaxyProxy(path: string): Promise; export declare function getIntegrationAllTemplates(): Promise; export declare function getIntegrationTemplate(id: string): Promise; export declare function getIntegrationConnectors(params?: { key?: string; }): Promise; export declare function sendIntegrationConnectorStartAuth(id: string, data?: any): Promise; export declare function sendIntegrationConnectorInvokeTrigger(id: string, triggerKey: string, data?: any): Promise; export {}; //# sourceMappingURL=integration.d.ts.map