export declare const CANEVAS_DEFAULT_PORT = 8788; export interface RunCanevasServeOptions { readonly root: string; readonly port?: number; readonly stderr: { write(s: string): void; }; readonly signal?: AbortSignal; } export declare function runCanevasServe(opts: RunCanevasServeOptions): Promise; //# sourceMappingURL=serve.d.ts.map