import { EcapContext } from './api/context-manager/context-manager'; export declare const initializeShell: (hostAppElement: HTMLElement, ecapContext?: EcapContext) => void;