export { loadTelefuncFilesUsingVite }; declare function loadTelefuncFilesUsingVite(runContext: { telefuncFilePath: string; }, failOnFailure: boolean): Promise<{ telefuncFilesLoaded: Record>; viteProvider: "Vite with `import()`" | "Vite with `ssrLoadModule()`" | "Vite with `@brillout/vite-plugin-server-entry`"; telefuncFilesAll: string[]; } | null>;