/** * @see [description](https://mp.weixin.qq.com/debug/wxadoc/dev/api/chooseInvoiceTitle.html) */ export default function choose_invoice_title(): Promise<{ type: string; title: string; taxNumber: string; companyAddress: string; telephone: string; bankName: string; bankAccount: string; errMsg: string; }>;