export declare function Fluentbit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Graylog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Loki(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Rsyslog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SyslogNg(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const FluentBit: typeof Fluentbit;
export declare const RSyslog: typeof Rsyslog;
