/// import { Host } from "@adobe/uix-host"; /** * Context container with Host object and extensions load status. * * @internal */ export type ExtensibilityContext = { host: Host; extensionListFetched: boolean; }; /** * @internal */ export declare const ExtensionContext: import("react").Context; //# sourceMappingURL=extension-context.d.ts.map