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