import type { Adapter } from './adapter';
export declare const EVENT_ENABLED = "enabledchanged";
export declare const adapter: Adapter;
