import type { SupportedLicense, LicenseFAQs } from "./License.types.js";
/**
 * The supported licenses in the scaffold
 */
export declare const SUPPORTED_LICENSES: SupportedLicense[];
/**
 * The URLs to the FAQs for each license
 */
export declare const LICENSE_FAQS: LicenseFAQs;
