interface StartOptions {
    port: number;
    host: string;
}
export declare function startEditor(options: StartOptions): Promise<void>;
export {};
