export declare const LICENSING_MODELS: readonly ["perpetual", "annual", "subscription"];
export type LicensingModel = (typeof LICENSING_MODELS)[number];
