import type { PaymentContext } from '../directors/PaymentAdapter.ts'; import type { Modules } from '../modules.ts'; export declare function registerPaymentCredentialsService(this: Modules, paymentProviderId: string, paymentContext: PaymentContext): Promise;