import type { ViewDocument } from "@agentxm/workspace/inspection"; import { type Doc } from "../../screen/index.js"; /** * `axm view` as a detail page: the identity line with its aside, the * description, a deprecation notice when there is one, the facts as fields, * and the one command worth copying. */ export declare const viewPageDoc: (data: ViewDocument) => Doc; //# sourceMappingURL=view.d.ts.map