export declare const xtplTop: () => string; export declare const xtplMeta: ({ id, scripts, styles, origin }: { id: any; scripts: any; styles: any; origin: any; }) => string; export declare const xtplSSG: () => string; export declare const xtplTitle: ({ id, scripts, styles }: { id: any; scripts: any; styles: any; }) => string; export declare const xtplStyles: ({ id, scripts, styles }: { id: any; scripts: any; styles: any; }) => string; export declare const xtplItrace: () => string; export declare const htmlVersionMeta: () => string; export declare const xtplGray: () => string; export declare const xtplFlute: () => string; export declare const getContainer: ({ html, rootId }: { html: any; rootId: any; }) => string; export declare const assembleI18nHTML: ({ id, containerMap, originHtml, distPath, rootId }: { id: string; containerMap: any; originHtml: string; distPath: string; rootId: string; }) => string; export declare const assemblei18n: ({ id, html, distPath, containerScriptStr, rootId }: { id: string; html: string; distPath: string; containerScriptStr: string; rootId: string; }) => string; export declare const generateContainerScript: (containerMap: any) => string;