export declare const A2UI_PATH = "/__openclaw__/a2ui";
export declare const CANVAS_HOST_PATH = "/__openclaw__/canvas";
export declare const CANVAS_WS_PATH = "/__openclaw__/ws";
export declare function isA2uiPath(pathname: string): boolean;
export declare function injectCanvasLiveReload(html: string): string;
