import AWSXRay from 'aws-xray-sdk'; export interface IXrayMiddlewareOptions { config?: AWSXRay.plugins.Plugin[]; daemonAddress?: string; tracingName?: string; } export declare const DEFAULT_XRAY_CONFIG: (typeof import("aws-xray-sdk-core/dist/lib/segments/plugins/ec2_plugin") | typeof import("aws-xray-sdk-core/dist/lib/segments/plugins/ecs_plugin"))[]; export declare const DEFAULT_XRAY_DAEMON_ADDRESS = "tcp:xray-service.xray.svc.cluster.local:2000 udp:xray-service.xray.svc.cluster.local:2000"; export declare const DEFAULT_AWS_XRAY_TRACING_NAME = "boilerplate";