export declare const getRecipe: (name: any) => Promise<any>;
export declare const listRecipes: () => Promise<any[]>;
//# sourceMappingURL=common.d.ts.map