import type { TypeGraph } from "./Type/TypeGraph"; export declare function gatherNames(graph: TypeGraph, destructive: boolean, debugPrint: boolean): void;