import { WireAdapterConstructor, WireContextSubscriptionPayload } from '@lwc/engine-core';
import { HostElement } from './types';
export declare function createContextProvider(adapter: WireAdapterConstructor): import("@lwc/engine-core/dist/framework/wiring/types").ContextProvider;
export declare function registerContextConsumer(elm: HostElement, adapterContextToken: string, subscriptionPayload: WireContextSubscriptionPayload): void;
