export type ServerWrapper = (options: { exports: string[]; serverPath: string; componentName: string; componentVersion: string; bundleHashKey: string; esm?: boolean; production: boolean; }) => string; declare const higherOrderServerTemplate: ServerWrapper; export default higherOrderServerTemplate;