/** Office license's type */
export declare enum LicenseTypeEnum {
    'ADDON' = "ADDON",
    'NON-SPECIFIC' = "NON-SPECIFIC"
}
//# sourceMappingURL=LicenseTypeEnum.d.ts.map