/** * Documentation Framework — action router (T-044). */ import type { DocumentationInput } from "./types.js"; export declare function routeDocumentationAction(input: DocumentationInput): Promise; //# sourceMappingURL=router.d.ts.map