import { ConfigPlugin } from "expo/config-plugins"; declare const withExpoWechat: ConfigPlugin<{ enablePay?: boolean; } | void>; export default withExpoWechat;