// @ts-nocheck
export default class RecipeUserId {
    private recipeUserId;
    constructor(recipeUserId: string);
    getAsString: () => string;
}
