import { IPropagator } from '../propagator.interface';
import { TextMapPropagator } from '@opentelemetry/api';
import * as i0 from "@angular/core";
/**
 * NoopHttpTextPropagatorService
 */
export declare class NoopTextMapPropagatorService implements IPropagator {
    /**
     * Return null
     *
     * @return TextMapPropagator as null
     */
    getPropagator(): TextMapPropagator;
    static ɵfac: i0.ɵɵFactoryDeclaration<NoopTextMapPropagatorService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<NoopTextMapPropagatorService>;
}
