import type { PaymentRequestClient, PiPaymentAppLike } from './types'; /** 从 { app } 中解析宿主真实 request client。 */ export declare const resolvePaymentRequest: (app: PiPaymentAppLike) => PaymentRequestClient;