interface IOpt { id: string; type?: string; corpId: string; } export declare function inviteToUseApp(opt: IOpt): Promise; export {};