import { Plugin } from '../../core/plugin'; import { SegmentEvent } from '../../core/events'; interface AnalyticsNodeSettings { writeKey: string; name: string; type: Plugin['type']; version: string; } export declare function post(event: SegmentEvent, writeKey: string): Promise; export declare function analyticsNode(settings: AnalyticsNodeSettings): Plugin; export {}; //# sourceMappingURL=index.d.ts.map