import { PaylineBaseResponse } from "./payline-base-response.js";
declare class PaylineDoWebPaymentResponse extends PaylineBaseResponse {
    token: string;
    redirectURL: string;
    stepCode?: string;
    reqCode?: string;
    method?: string;
}
export { PaylineDoWebPaymentResponse };
