export declare const getGeneratorRelativeFolder: (generatorNamespace: string) => string;
export declare const getGeneratorFolder: (generatorNamespace: string) => string;
declare const getGenerator: (generatorNamespace: string) => string;
export default getGenerator;
