import type { GraylogConfig } from 'graylog2'; import type { TransportStreamOptions } from 'winston-transport'; export interface GraylogTransportOptions extends TransportStreamOptions { graylog: GraylogConfig; staticMeta: Record; }