/** * Checks whether the host application is executed in a container application or in a browser */ export default function runsInContainerApp(): boolean;