declare const wechatSDK: { (options?: any): Promise; share({ title, desc, link, imgUrl }: { title?: string | undefined; desc?: string | undefined; link?: string | undefined; imgUrl?: string | undefined; }): void; }; export default wechatSDK;