import type { BusinessHooksGetAvailableHookletsRespVO, BusinessHooksGetAppConnectionsRespVO } from '../../types/business-hooks'; export declare function getAvailableHooklets(): Promise; export declare function getAppConnections(appId: string): Promise; //# sourceMappingURL=business-hooks.d.ts.map