import { IndexHTML } from './html-parser'; import { BuiltApp, NgApp } from '../../model/app'; export declare const makeScriptsInclude: (resourcePath: string, htmlParserResult: IndexHTML) => string; export declare const makeStylesInclude: (resourcePath: string, htmlParserResult: IndexHTML) => string; export declare const iconFile: (app: NgApp) => string; export declare const hasIcon: (app: NgApp) => boolean; export declare const readModelXml: (app: NgApp) => string | undefined; export declare const ngAppBaseUri: (app: BuiltApp, itemRoot: string, locale?: string | undefined) => string; export declare const ngAppBasePath: (app: BuiltApp, locale?: string | undefined) => string;