import { ViteDevServer } from 'vite'; export declare const getComponentPaths: (viteServer: ViteDevServer, componentPath: string) => [componentPathNoExtension: string, componentPathWithExtension: string]; export declare const getEntryPointBasePath: (componentPath: string) => string;