import { ResourceDetector, DetectedResource } from '@opentelemetry/resources';
declare class InstanaAgentDetector implements ResourceDetector {
    readonly INSTANA_AGENT_DEFAULT_HOST = "localhost";
    readonly INSTANA_AGENT_DEFAULT_PORT = 42699;
    detect(): DetectedResource;
    private _gatherData;
    private timeout;
    private _retryHandler;
    private _fetchAgentData;
}
export declare const instanaAgentDetector: InstanaAgentDetector;
export {};
//# sourceMappingURL=InstanaAgentDetector.d.ts.map