import type { PaymentSession, StartPaymentInput } from "../types/payment"; import type { StartPayResponse } from "../types/response"; export type PaymentAdapter = (session: PaymentSession, input: StartPaymentInput) => Promise; export declare const customGatewayAdapter: PaymentAdapter; //# sourceMappingURL=customGatewayAdapter.d.ts.map