declare function _exports(docker: any, projectName: any, recipe: any, output: any): Promise<{ name: string; network: any; }[]>; export = _exports;