import type { PaymentSession } from '../types'; import type { PaymentSessionInternal } from '../types/internal'; type Params = { paymentSession?: PaymentSession; }; export declare const getPaymentSession: (params: Params) => PaymentSessionInternal | null; export {}; //# sourceMappingURL=initialize.d.ts.map