export declare function createSessionLogMeta(sessionId: string | undefined): { hasSession: boolean; }; export declare function createInputLogMeta(input: string, sessionId: string | undefined): { hasInitialInput: boolean; initialInputLength: number; hasSession: boolean; }; //# sourceMappingURL=conversationLogMeta.d.ts.map