export declare const authorizeForMiniProgram: () => Promise<{ errMsg: string; }>; export declare const authorize: () => Promise<{ errMsg: string; }>;