export interface ServerStartOptions { serverUrl?: string; port?: number; detach?: boolean; } /** * Start the Cortex server * Checks if server is already running before starting */ export declare function serverStart(options?: ServerStartOptions): Promise; //# sourceMappingURL=start.d.ts.map