import * as Artemis from './index';
export * from './index';
declare global {
    interface Window {
        Artemis: typeof Artemis;
    }
}
//# sourceMappingURL=browser.d.ts.map