import type { BrowserDestinationDefinition } from '@segment/browser-destination-runtime/types'; import type { Settings } from './generated-types'; import { JimoClient } from './types'; declare global { interface Window { jimo: []; segmentJimo: JimoClient; JIMO_PROJECT_ID: string; JIMO_MANUAL_INIT: boolean; } } export declare const destination: BrowserDestinationDefinition; declare const _default: import("@segment/browser-destination-runtime/types").PluginFactory; export default _default;