import { LicenseObject } from "../openapi/types"; export declare function createLicense(license: LicenseObject): string;