export type IndexViewModel = { isEmbedView: boolean; hasPerformanceCalibration: boolean; sensorType: 'camera' | 'audio'; }; export declare const renderIndexView: (vm: IndexViewModel) => import("./escape-html-template-tag/escape").HtmlSafeString;