import type { Settings } from './generated-types'; import type { BrowserDestinationDefinition } from '@segment/browser-destination-runtime/types'; import { Hubble } from './types'; declare global { interface Window { Hubble: Hubble; } } export declare const destination: BrowserDestinationDefinition; declare const _default: import("@segment/browser-destination-runtime/types").PluginFactory; export default _default;