import { UserConfig, ISSRContext, IConfig } from 'ssr-types'; export declare const nomalrizeOrder: (order: UserConfig['extraJsOrder'], ctx: ISSRContext) => string[]; export declare const getAsyncCssChunk: (ctx: ISSRContext, webpackChunkName: string, config: IConfig) => Promise; export declare const getAsyncJsChunk: (ctx: ISSRContext, webpackChunkName: string, config: IConfig) => Promise; export declare const getUserScriptVue: (script: UserConfig['customeHeadScript'], ctx: ISSRContext, h: any, type: 'vue3' | 'vue') => any[]; //# sourceMappingURL=runtime.d.ts.map