import { CookArgs } from './@types'; /** * Cooks the recipe in path. * * @param {CookArgs} args * @param {string} args.recipePath The recipe path. * @param {boolean} args.shouldOverwriteTemplates Flags if it should overwrite ingredients templates. * * @returns {Promise} */ export declare function cook({ recipePath, shouldOverwriteTemplates, }: CookArgs): Promise; //# sourceMappingURL=cook.d.ts.map