export declare const favIconsString = "\n \n \n"; export declare const htmlString = "\n\n\n\n\n \n {{customTitle}}\n \n {{favIconsString}}\n \n\n\n
\n\n\n\n{{customJs}}\n{{customJsString}}\n{{customCss}}\n\n\n\n"; export declare const jsString = "\n window.onload = function() {\n //\n \n // the following lines will be replaced by docker/configurator,\n // when it runs in a docker-container\n window.ui = SwaggerUIBundle({\n spec: {{spec}},\n dom_id: '#swagger-ui',\n deepLinking: true,\n presets: [\n SwaggerUIBundle.presets.apis,\n SwaggerUIStandalonePreset\n ],\n plugins: [\n SwaggerUIBundle.plugins.DownloadUrl\n ],\n layout: \"StandaloneLayout\",\n displayRequestDuration: {{displayRequestDuration}},\n filter: {{filter}},\n tryItOutEnabled: {{tryItOutEnabled}}, \n });\n \n //\n };\n";