type alias ExportedDeclarationsimport { type ExportedDeclarations } from "https://dotland.deno.dev/x/ts_morph@17.0.0/ts_morph.d.ts"; Declarations that can be exported from a module. definition: | ClassDeclaration | InterfaceDeclaration | EnumDeclaration | FunctionDeclaration | VariableDeclaration | TypeAliasDeclaration | ModuleDeclaration | Expression | SourceFile