/** HYCU license file */
export interface LicenseFile {
    /** Raw text of the HYCU license file */
    content: string;
}
//# sourceMappingURL=LicenseFile.d.ts.map