export declare const create: import("bandersnatch").Command<{ path: string; } & { monorepo: boolean; } & { template: string[] | (string | number)[]; } & { plugin: string[] | (string | number)[]; } & { license: "MIT" | "GPL-3.0"; } & { upstream: string; } & { workspacesDirectory: string; } & { scoped: boolean; } & { force: boolean; }>; //# sourceMappingURL=create.d.ts.map