import type { ExtensionAPI } from "../../sdk/coding-agent/index.js"; import type { Runtime } from "../runtime.js"; export declare function registerViewCommand(ext: ExtensionAPI, runtime: Runtime): void; //# sourceMappingURL=view.d.ts.map