export declare function writeBasicRepoFiles({ dest, skipIfInParentDirs, }: { dest: string; skipIfInParentDirs: boolean; }): Promise; export declare const baseCreator: import("@knapsack/creator-utils").Creator<{ configFile: { type: "choice"; title: string; choices: readonly [{ readonly value: "build"; }, { readonly value: "declarations-only"; }, { readonly value: "test-only"; }, { readonly value: "base"; }]; }; exportType: { type: "choice"; title: string; choices: readonly [{ readonly value: "es"; readonly title: "ES Modules (using \"export\")"; }, { readonly value: "cjs"; readonly title: "CommonJS (using \"module.exports\")"; }, { readonly value: "universal"; readonly title: "Both"; }]; default: string; }; hasReact: { type: "boolean"; title: string; }; hasEsm: { type: "boolean"; title: string; }; addNpmScript: { type: "boolean"; title: string; }; addIgnore: { type: "boolean"; title: string; default: false; }; name: { readonly type: "text"; }; version: { readonly type: "text"; readonly default: "1.0.0"; }; isPublishable: { readonly type: "boolean"; readonly title: "Plan on publishing this package?"; readonly default: true; }; features: { type: "choices"; choices: readonly [{ readonly value: "eslint"; readonly title: "ESlint"; }, { readonly value: "ts"; readonly title: "Typescript"; }]; default: string[]; }; }, import("@knapsack/creator-utils").KsAnswers<{ configFile: { type: "choice"; title: string; choices: readonly [{ readonly value: "build"; }, { readonly value: "declarations-only"; }, { readonly value: "test-only"; }, { readonly value: "base"; }]; }; exportType: { type: "choice"; title: string; choices: readonly [{ readonly value: "es"; readonly title: "ES Modules (using \"export\")"; }, { readonly value: "cjs"; readonly title: "CommonJS (using \"module.exports\")"; }, { readonly value: "universal"; readonly title: "Both"; }]; default: string; }; hasReact: { type: "boolean"; title: string; }; hasEsm: { type: "boolean"; title: string; }; addNpmScript: { type: "boolean"; title: string; }; addIgnore: { type: "boolean"; title: string; default: false; }; name: { readonly type: "text"; }; version: { readonly type: "text"; readonly default: "1.0.0"; }; isPublishable: { readonly type: "boolean"; readonly title: "Plan on publishing this package?"; readonly default: true; }; features: { type: "choices"; choices: readonly [{ readonly value: "eslint"; readonly title: "ESlint"; }, { readonly value: "ts"; readonly title: "Typescript"; }]; default: string[]; }; }>>; //# sourceMappingURL=base-creator.d.ts.map