import { paymentoptions } from "../../types/type"; declare function createPaymentPage(paymentoptions: paymentoptions, context: any): Promise; export default createPaymentPage;