import { ContextManager } from '@opentelemetry/api';
export declare const patchPromise: (contextManager: ContextManager) => void;
export declare const unpatchPromise: () => void;
