import type { BrowserWindow } from 'electron';
import type { ServeOptions } from './type';
export declare function serve(mainWindow: BrowserWindow, options: ServeOptions): Promise<void>;
