/** * Copyright (c) 2019-present, Haiku Systems, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ interface CreateOptions { bare: boolean; } declare const _default: ({ bare }: CreateOptions, projectNameIn: string) => Promise; export = _default; //# sourceMappingURL=create.action.d.ts.map