import type { CorePlugin } from '@customerio/cdp-analytics-core'; import type { Analytics } from '../analytics-node'; import type { Context } from '../context'; export interface Plugin extends CorePlugin { } //# sourceMappingURL=plugin.d.ts.map