export declare type ModuleType = "" | "core" | "layout" | "routing" | "shared"; export interface Schema { subpath: string; type?: ModuleType; project?: string; skipview?: boolean; withsubrouting?: boolean; forroot?: boolean; debug?: boolean; }