import type { ServiceManager } from '@jupyterlab/services'; import type { LiteServerConfig } from './types'; export declare function startJupyterLiteServer(config?: LiteServerConfig): Promise;