/** * 结算发起接口 */ export declare const settlementApi: (data: any, config: any) => Promise; /** * 结算查询接口 */ export declare const settlementQueryApi: (id: string, data: any, config: any) => Promise;