/** * Returns the first 500 characters of `document.body.innerText`. * Cap exists to keep the MCP response payload bounded. */ export declare const getBodyText: import("../types").CommandModule;