import { PaymentType, IOrderOptionsResponse, IPaymentLookupResponse } from "@wayke-se/ecom"; import { ILoanInformation } from "../types"; export declare const getPaymentMethodTitle: (type: PaymentType) => "" | "Privatleasing" | "BillÄn" | "Kontant"; export declare const getLoanDetails: (orderOptions: IOrderOptionsResponse, paymentLookup: IPaymentLookupResponse | undefined) => IPaymentLookupResponse; export declare const getLoanInformation: (orderOptions: IOrderOptionsResponse) => ILoanInformation;