export declare const YARN: string;
export declare const NPM: string;
export declare const EMPTY_FOLDER_INDICATOR: string;
export declare type GeneratorType = 'init' | 'template';
export declare const INIT_TYPE: GeneratorType;
export declare const TEMPLATE_TYPE: GeneratorType;
