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