import { CurrencyType, ChannelType } from "./global"; export declare type SuccessNotification = { time: number; nonce_str: string; sign: string; partner_order_id: string; order_id: string; total_fee: string; real_fee: string; rate: number; currency: CurrencyType; channel: ChannelType; create_time: string; pay_time: string; };