import { TravelCloudClient } from "../../travelcloud"; export declare function usePayload(ref: string, target: string, client: TravelCloudClient, paymentProcessor: string, amount: string, successPage: string, failurePage: string): string[];