import { AccessService, SysSettingsService } from "@certd/lib-server"; import { TradeService } from "../../../modules/suite/index.js"; export declare class PaymentNotifyController { tradeService: TradeService; accessService: AccessService; sysSettingsService: SysSettingsService; onNotify(paymentType: string, query: any, body: any): Promise; }