import { Property, ThingWithNameAndNamespace } from '@krlwlfrt/tsg';
export declare function generateName(thing: ThingWithNameAndNamespace): string;
export declare function generatePropertyTypeFactory(rootNamespaces: string[]): (property: Property) => string;