export declare const sets: { setId: string; name: string; icon: "bible" | "bricks" | "candle" | "city" | "city_light_hill" | "cross" | "dm_course" | "door" | "dove" | "fire" | "flower" | "fruit" | "globe" | "globe_hand" | "grapes" | "heart" | "heart_person" | "heart_tear" | "holding_hands" | "house" | "jug" | "man" | "money" | "money_hand" | "net" | "ocean" | "people_heart" | "people_holding_hands" | "people_multiplying" | "person_angry" | "person_crouching" | "person_crying" | "person_healed" | "person_heart" | "person_mountain" | "person_praying" | "person_rock" | "river" | "scale" | "sheep_goat" | "sprout" | "sun" | "three_wheat" | "tree" | "triangle" | "two_wheat" | "wave" | "woman"; lessons: { lessonId: string; a: string; f: string; s: string[]; }[]; comment?: string | undefined; tag?: "money" | "truth" | "challenge" | "people" | "god" | "jesus" | undefined; }[];