import { PaymentContext, SdkContext, SdkResponse } from "../../model"; import { ErrorResponse } from "../model/domain"; export declare function remove(sdkContext: SdkContext): (merchantId: string, hostedCheckoutId: string, paymentContext?: PaymentContext | null) => Promise>;