import type { IntegratedModule } from 'ag-charts-types';
export declare const LicenseManager: {
    setLicenseKey(key: string): void;
};
export declare const AgChartsEnterpriseModule: IntegratedModule;
