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