declare function mount(rootProxy: any): any;
declare function unmount(): void;
declare function getShell(): any;

export { getShell, mount, unmount };
