import { PurchaseInfo } from "@cocalc/util/licenses/purchase/types";
export declare function getProductName(info: PurchaseInfo): string;
