import type { PreviewServer, ViteDevServer } from 'vite'; export declare function isDevServer(server: ViteDevServer | PreviewServer): server is ViteDevServer; export declare const FS_PREFIX = "/@fs/"; export declare function fsPathFromId(id: string): string; export declare function cleanUrl(url: string): string;