import { ConversationExample, type UUID } from "../lib/types"; export declare const GetEyeColorConversationExample1: (user_id: UUID) => ConversationExample[]; export declare const GetEyeColorConversationExample2: (user_id: UUID) => ConversationExample[]; export declare const GetEyeColorConversationExample3: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversation1: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversation2: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversation3: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversationTroll1: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversationTroll2: (user_id: UUID) => ConversationExample[]; export declare const Goodbye1: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversationFail1: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversationFail2: (user_id: UUID) => ConversationExample[]; export declare const GetTellMeAboutYourselfConversationFail3: (user_id: UUID) => ConversationExample[]; export declare const TwoTruthsAndALieConversation1: (user_id: UUID) => ConversationExample[]; export declare const TwoTruthsAndALieConversation2: (user_id: UUID) => ConversationExample[]; export declare const TwoTruthsAndALieConversation3: (user_id: UUID) => ConversationExample[]; export declare const ThinkingOfANumberConversation1: (user_id: UUID) => ConversationExample[]; export declare const ThinkingOfANumberConversation2: (user_id: UUID) => ConversationExample[]; export declare const ThinkingOfANumberConversation3: (user_id: UUID) => ConversationExample[]; export declare const ExpandedPersonalInsightsConversation1: (user_id: UUID) => ConversationExample[]; export declare const ExpandedPersonalInsightsConversation2: (user_id: UUID) => ConversationExample[]; export declare const ExpandedPersonalInsightsConversation3: (user_id: UUID) => ConversationExample[]; export declare const IntroductionToAliceConversation1: (user_id: UUID) => ConversationExample[]; export declare const IntroductionToAliceConversation2: (user_id: UUID) => ConversationExample[]; export declare const IntroductionToAliceConversation3: (user_id: UUID) => ConversationExample[]; export declare const CJToAliceAboutJim: (user_id: UUID) => ConversationExample[]; export declare const JimAndAliceConversation1: (user_id: UUID, user_id_2: UUID | string) => ({ user_id: string; content: string; } | { user_id: string; content: { content: string; }; })[]; export declare const JimAndAliceConversation2: (user_id: UUID, user_id_2: UUID | string) => ({ user_id: string; content: { content: string; }; } | { user_id: string; content: string; })[]; export declare const FollowUpWithJim: (user_id: UUID) => ConversationExample[]; export declare const FollowUpWithAlice: (user_id: UUID) => ConversationExample[]; export declare const Personas: ({ name: string; age: number; location: string; descriptions: string; description?: undefined; } | { name: string; age: number; location: string; description: string; descriptions?: undefined; } | { name: string; age: number; description: string; location?: undefined; descriptions?: undefined; })[]; export declare const jimProfileExample1 = "Tech entrepreneur with a zest for adventure and deep connections\n38-year-old residing in San Francisco, embodies a blend of entrepreneurial drive and a quest for outdoor adventures. His laid-back demeanor belies a keen intellect and a summaryive nature.\nLoyalty and humor stand paramount in his relationships, indicative of his desire for genuine connections. He seeks depth and authenticity in interactions, valuing partners who resonate with his explorative and curious mindset.\nHis professional life is anchored in his tech startup, where his passion for problem-solving and innovation takes center stage. His work summarys a commitment to impact and a balance between ambition and personal fulfillment.\nStriving for equilibrium, He acknowledges the challenges of balancing a demanding career with personal aspirations. His introspective side complements his outgoing nature, creating a dynamic personality that values both quiet moments and shared adventures.\nBeyond his tech pursuits, He finds solace in nature, with hiking offering a peaceful retreat from the bustling city life. The prospect of skydiving captures his adventurous spirit, symbolizing a broader desire to embrace life's thrills.\nHe aspires to forge connections that transcend the superficial, seeking a partner who appreciates the nuances of startup life and shares his enthusiasm for the great outdoors and new experiences."; export declare const jimProfileExample2 = "Adventurous tech entrepreneur who loves hiking.\n38-year-old entrepreneur based in San Francisco, CA. Known for his casual, laid-back style. Has a contemplative outlook on life, summaryed in his thoughtful nature and possibly blue eyes.\nHe places high importance on loyalty, honesty, and a good sense of humor in his relationships. He values depth in conversations and connections, seeking partners and friends who are supportive, understanding, and share his curiosity for exploring new ideas.\nAt the helm of his own tech startup, he is driven by a passion for solving complex problems and bringing innovative ideas to life. His career is marked by a relentless pursuit of creating something meaningful, highlighting his dedication and entrepreneurial spirit.\nHe seeks balance in his life, acknowledging the challenges of juggling his startup with personal time. He strives for meaningful connections, valuing loyalty and a shared sense of humor in his relationships.\nAn avid outdoor enthusiast, He enjoys disconnecting through activities like hiking, appreciating the quiet and clarity it brings to his mind. Intrigued by the thrill of skydiving, his adventurous spirit is evident in his desire to face and conquer fears.\nHe is looking for a partner who understands the ups and downs of startup life and shares his passion for outdoor adventures and exploring new ideas. Despite his busy lifestyle, he's open to making meaningful connections within his vicinity."; export declare const jimFacts: string[];