/** * @title: 获取stripe配置 * @description: * @param {string} order_id * @return {*} * @Author: Wzw * @Date: 2022-03-31 16:12 */ export declare const getStripeConfig: (order_id: number) => Promise;