export declare function Datadog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Newrelic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Papertrail(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const DataDog: typeof Datadog;
export declare const NewRelic: typeof Newrelic;
