export declare type RecipePrivacy = 'PUBLIC' | 'LOGICLESS' | 'PRIVATE'; export declare const recipePrivacies: RecipePrivacy[];