import { Uri } from "./Uri.js";
export type DiscoverableProgramMerchantSigninInfo = {
    /**
     * The URL to direct the user to for the merchant's signin site.
     */
    signinWebsite?: Uri;
};
