import { TypeStructure, NameEntry } from "./model";
export declare function getNames(typeStructure: TypeStructure, rootName?: string): NameEntry[];
