/** * 申请授权操作 */ export declare function requestAuthorize(options: { scope: keyof WechatMiniprogram.AuthSetting; message?: string; }): Promise;