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