export declare function inBrowser(): boolean;
/** client-provided renderer of the main content */
type ClientRender = (root: Element, isPopup: boolean, commandLine?: string[], initialTabTitle?: string, quietExecCommand?: boolean, windowTitle?: string) => void;
export default ClientRender;
