export type LicenseKey = {
    /**
     * The license key.
     */
    key: string;
};
//# sourceMappingURL=LicenseKey.d.ts.map