import { PluginObject } from 'vue'; declare module 'vue/types/vue' { interface Vue { $license: Licenses; } } export declare class Licenses { protected static licenses: { [key: string]: any; }; addLicense(id: any, value: TLicense): void; getLicense(id: any): TLicense | undefined; } declare const LicensePlugin: PluginObject; export default LicensePlugin; //# sourceMappingURL=license.d.ts.map