import type { FrameworkConfigComplete } from '../FrameworkConfig.js'; import type { CompilationInfo } from '../build/CompilationInfo.js'; import type { ImportAliases } from '../build/ImportAliases.js'; import type { ContentNode } from '../ContentNode.js'; import type { Instance } from '../Instance/Instance.js'; import { SiteBasePath } from './HeadData.js'; import { TungstenEnvOrUndefined } from 'tungsten/env/types.js'; export declare function contentToHtmlDev(compilationInfo: CompilationInfo, clientImportAliases: ImportAliases, content: ContentNode, instance: Instance, config: FrameworkConfigComplete, tungstenPrivateEnv: TungstenEnvOrUndefined, siteBasePathOverride: SiteBasePath): Promise; //# sourceMappingURL=contentToHtmlDev.d.ts.map