import { CustomerId, PaymentClientI, PaymentClientSettingsType } from '../type';
export declare function createPaymentClient(clientSettings: PaymentClientSettingsType, customerId?: CustomerId | null): PaymentClientI;
