import { InvoiceControllerState } from '..'; /** * 添加的付款 */ declare const _default: (state: InvoiceControllerState, options?: any) => Promise; export default _default;