import * as z from "zod/mini"; import { type Generation } from "./v3-generation.js"; export declare const CORE_SESSION_FAILED_CODE = "CORE_SESSION_FAILED"; export declare const eventCoreSessionFailedSchema: z.ZodMiniObject<{ t: z.ZodMiniLiteral<"getuserfeedback:event:error">; gen: z.core.$ZodBranded, "Generation", "out">; code: z.ZodMiniLiteral<"CORE_SESSION_FAILED">; instanceId: z.ZodMiniOptional>; details: z.ZodMiniObject<{ message: z.ZodMiniString; }, z.core.$strict>; }, z.core.$strict>; export type EventCoreSessionFailed = z.output; export declare function buildEventCoreSessionFailed(input: { gen: number | Generation; message: string; }): EventCoreSessionFailed; //# sourceMappingURL=core-session-failure.d.ts.map