export declare enum GenSchematic { COMPONENT = "component", SERVICE = "service", REPOSITORY = "repository", MODEL = "model", FILTER = "filter" }