import type { ServerPlugin } from '@modern-js/server-runtime'; declare const staticServePlugin: () => ServerPlugin; export default staticServePlugin; export { staticServePlugin };