export declare class ComponentLibraryServer { componentLibrariesOutDir: string; private server; startStaticFileHosting(componentLibrariesOutDir: string, port: number, sendDebugLogLine: any): Promise; /** * Stop the server (if it's running) */ stop(): void; }