declare const _default: (data?: { aliScopes?: string[]; }) => Promise<{ authCode: string; }>; export default _default;