export interface InstallAppArgs { /** * Zipped app package path */ appPackagePath: string; teamId: string; channelId: string; } //# sourceMappingURL=InstallAppArgs.d.ts.map