export declare function APM(label?: string, options?: Record): import("../index.ts").Node; export declare function Logs(label?: string, options?: Record): import("../index.ts").Node; export declare function Metrics(label?: string, options?: Record): import("../index.ts").Node; export declare function Observability(label?: string, options?: Record): import("../index.ts").Node; export declare function Uptime(label?: string, options?: Record): import("../index.ts").Node;