import { Cookbook } from './cookbook'; export declare function cookbookFromYamlFile(infile: string): Cookbook;