/** * Runs a named recipe by delegating to its exported async `main(args)` function. * Expects: first arg is a known recipe id from RECIPE_FILES. */ export declare function main(args: string[]): Promise; //# sourceMappingURL=recipeRun.d.ts.map