import { type DeclarationKind } from "https://deno.land/x/deno_doc@0.58.0/lib/types.d.ts";
Indicates how the documentation node was declared. "private"
indicates
the node is un-exported. "export"
indicates it is exported from the current
module. "declare"
indicates that it is a type only declaration.