import { EmbraceInstrumentationBase } from '../../instrumentations/index.js';
export declare class FakeInstrumentation extends EmbraceInstrumentationBase {
    private _enabled;
    constructor();
    disable(): void;
    enable(): void;
    emit(): void;
}
//# sourceMappingURL=FakeInstrumentation.d.ts.map