import type { Connect, Plugin } from 'vite'; type Options = { root: string; routesDir: string; shouldIgnore?: (req: Connect.IncomingMessage) => boolean; }; export declare function createFileSystemRouter(options: Options): Plugin; export declare function getHtml({ template, props, appHtml, headHtml, css, }: { css?: string; template: string; props: Object; appHtml: string; headHtml: string; }): string; export {}; //# sourceMappingURL=vite2.d.ts.map