/** Get an index.html file for the path or generate one if it cannot be found */
export declare function getIndexHtml(path: string, baseHref: string, appName: string, root?: string): string;
