export declare function getDingAuthorization(reqData: { authCode: string; corpId: string; appId: string; from: number; }): Promise; export declare function getSuiteInfo(suiteAppId: string): Promise; export declare function getInsideAppInfo(appId: string): Promise; export declare function getWXAuthorization(reqData: { authCode: string; corpId: string; appId: string; }): Promise;