import { t as Answer, v as BinaryOperatorCondition } from "./types-C-q5VrLk.js"; import { z } from "zod/mini"; //#region src/core/logic/routing.d.ts declare const evaluateCondition: ({ answer, condition }: { answer: Answer; condition: BinaryOperatorCondition; }) => boolean; //#endregion //#region src/internals.d.ts declare const BUG_REPORT_MASK_CLASS = "cfti-mask"; declare const BUG_REPORT_BLOCK_CLASS = "cfti-block"; declare const __INTERNAL_BUG_REPORT_RECORDING_EVENT = "__confetti_bug_report_recording_event"; declare const internalBugReportRecordingEventSchema: z.ZodMiniObject<{ detail: z.ZodMiniObject<{ isRecording: z.ZodMiniBoolean; }, z.core.$strip>; }, z.core.$strip>; //#endregion export { BUG_REPORT_BLOCK_CLASS, BUG_REPORT_MASK_CLASS, __INTERNAL_BUG_REPORT_RECORDING_EVENT, internalBugReportRecordingEventSchema, evaluateCondition as unstableInternalConfettiEvaluateCondition };