import type { ProjectInfo } from '../get-project-info/index.mjs'; export declare function newModule({ projectInfo, what, moduleNameWithOptionalSegment, dryRun, outDir: outDirFlag, templates: templatesFlag, noSegmentUpdate, overwrite, empty, }: { projectInfo: ProjectInfo; what: string[]; moduleNameWithOptionalSegment: string; dryRun?: boolean; outDir?: string; templates?: string[]; noSegmentUpdate?: boolean; overwrite?: boolean; empty?: boolean; }): Promise;