import { product, applicationFee } from "../customTypes/types"; export declare const universalCheckout: (successUrl: string, cancelUrl: string, products: product[], applicationFee: applicationFee | null | undefined, username: string | undefined | null) => Promise;