export declare enum LicenseType {
    INVALID = "Invalid",
    HTML = "HTML",
    WEBVIEWER = "WebViewer"
}
declare const _default: (licenseKey: string) => Promise<LicenseType>;
export default _default;
