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