export { aidolCreateResponseSchema, aidolSchema, imageGenerationResponseSchema, } from './aidol'; export type { AIdol, AIdolCreate, AIdolCreateResponse, AIdolUpdate, ImageGenerationData, ImageGenerationRequest, ImageGenerationResponse, } from './aidol'; export { chatroomSchema, isCompanion, isUser, messageSchema, MessageStatus, SenderType, } from './chatroom'; export type { Chatroom, ChatroomCreate, Message } from './chatroom'; export { companionSchema, POSITIONS } from './companion'; export type { Companion, CompanionCreate, CompanionStats, CompanionUpdate, Gender, Grade, Position, } from './companion'; export { companionRelationshipSchema } from './companion-relationship'; export type { CompanionRelationship, CompanionRelationshipCreate, } from './companion-relationship'; export { aidolHighlightSchema, highlightMessageSchema } from './highlight'; export type { AIdolHighlight, HighlightMessage, MyGroupHighlightSection, } from './highlight'; export { leadResponseSchema } from './lead'; export type { LeadRequest, LeadResponse } from './lead'; //# sourceMappingURL=index.d.ts.map