import { StaysRate } from "@duffel/api/types";
export declare const getRateLabel: (paymentMethod: StaysRate["available_payment_methods"][number], paymentType: StaysRate["payment_type"]) => string | undefined;
