import type { RobotMetaInput } from './_instructions-primitives.ts'; import { z } from 'zod'; export declare const meta: RobotMetaInput; export declare const robotTlcdnDeliverInstructionsSchema: z.ZodObject<{ interpolate: z.ZodOptional]>, boolean, boolean | "false" | "true">, z.ZodRecord]>, boolean, boolean | "false" | "true">>]>>; output_meta: z.ZodOptional, z.ZodBoolean, z.ZodArray]>>; result: z.ZodDefault; queue: z.ZodOptional>; force_accept: z.ZodDefault; ignore_errors: z.ZodDefault, "many">]>, string[], boolean | ("meta" | "execute")[]>>; } & { robot: z.ZodLiteral<"/tlcdn/deliver">; enable_hipaa_compliance: z.ZodDefault>; }, "strict", z.ZodTypeAny, { robot: "/tlcdn/deliver"; result: boolean; force_accept: boolean; ignore_errors: string[]; enable_hipaa_compliance: boolean; interpolate?: boolean | Record | undefined; output_meta?: boolean | string[] | Record | undefined; queue?: "batch" | undefined; }, { robot: "/tlcdn/deliver"; interpolate?: boolean | "false" | "true" | Record | undefined; output_meta?: boolean | string[] | Record | undefined; result?: boolean | undefined; queue?: "batch" | undefined; force_accept?: boolean | undefined; ignore_errors?: boolean | ("meta" | "execute")[] | undefined; enable_hipaa_compliance?: boolean | undefined; }>; export declare const robotTlcdnDeliverInstructionsWithHiddenFieldsSchema: z.ZodObject<{ interpolate: z.ZodOptional]>, boolean, boolean | "false" | "true">, z.ZodRecord]>, boolean, boolean | "false" | "true">>]>>; output_meta: z.ZodOptional, z.ZodBoolean, z.ZodArray]>>; queue: z.ZodOptional>; force_accept: z.ZodDefault; ignore_errors: z.ZodDefault, "many">]>, string[], boolean | ("meta" | "execute")[]>>; robot: z.ZodLiteral<"/tlcdn/deliver">; enable_hipaa_compliance: z.ZodDefault>; } & { result: z.ZodOptional, z.ZodDefault]>>; }, "strict", z.ZodTypeAny, { robot: "/tlcdn/deliver"; force_accept: boolean; ignore_errors: string[]; enable_hipaa_compliance: boolean; interpolate?: boolean | Record | undefined; output_meta?: boolean | string[] | Record | undefined; result?: boolean | "debug" | undefined; queue?: "batch" | undefined; }, { robot: "/tlcdn/deliver"; interpolate?: boolean | "false" | "true" | Record | undefined; output_meta?: boolean | string[] | Record | undefined; result?: boolean | "debug" | undefined; queue?: "batch" | undefined; force_accept?: boolean | undefined; ignore_errors?: boolean | ("meta" | "execute")[] | undefined; enable_hipaa_compliance?: boolean | undefined; }>; export type RobotTlcdnDeliverInstructions = z.infer; export type RobotTlcdnDeliverInstructionsWithHiddenFields = z.infer; export declare const interpolatableRobotTlcdnDeliverInstructionsSchema: z.ZodObject<{ interpolate: z.ZodOptional]>, boolean, boolean | "false" | "true">, z.ZodRecord]>, boolean, boolean | "false" | "true">>]>>; output_meta: z.ZodOptional>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray]>]>>; result: z.ZodDefault>; queue: z.ZodOptional]>>; force_accept: z.ZodDefault>; ignore_errors: z.ZodDefault, "many">]>, string[], boolean | ("meta" | "execute")[]>]>>; robot: z.ZodLiteral<"/tlcdn/deliver">; enable_hipaa_compliance: z.ZodDefault>>; }, "strict", z.ZodTypeAny, { robot: "/tlcdn/deliver"; result: string | boolean; force_accept: string | boolean; ignore_errors: string | string[]; enable_hipaa_compliance: string | boolean; interpolate?: boolean | Record | undefined; output_meta?: string | boolean | string[] | Record | undefined; queue?: string | undefined; }, { robot: "/tlcdn/deliver"; interpolate?: boolean | "false" | "true" | Record | undefined; output_meta?: string | boolean | string[] | Record | undefined; result?: string | boolean | undefined; queue?: string | undefined; force_accept?: string | boolean | undefined; ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined; enable_hipaa_compliance?: string | boolean | undefined; }>; export type InterpolatableRobotTlcdnDeliverInstructions = InterpolatableRobotTlcdnDeliverInstructionsInput; export type InterpolatableRobotTlcdnDeliverInstructionsInput = z.input; export declare const interpolatableRobotTlcdnDeliverInstructionsWithHiddenFieldsSchema: z.ZodObject<{ interpolate: z.ZodOptional]>, boolean, boolean | "false" | "true">, z.ZodRecord]>, boolean, boolean | "false" | "true">>]>>; output_meta: z.ZodOptional>, z.ZodUnion<[z.ZodString, z.ZodBoolean]>, z.ZodUnion<[z.ZodString, z.ZodArray]>]>>; queue: z.ZodOptional]>>; force_accept: z.ZodDefault>; ignore_errors: z.ZodDefault, "many">]>, string[], boolean | ("meta" | "execute")[]>]>>; robot: z.ZodLiteral<"/tlcdn/deliver">; enable_hipaa_compliance: z.ZodDefault>>; result: z.ZodOptional]>, z.ZodDefault>]>>; }, "strict", z.ZodTypeAny, { robot: "/tlcdn/deliver"; force_accept: string | boolean; ignore_errors: string | string[]; enable_hipaa_compliance: string | boolean; interpolate?: boolean | Record | undefined; output_meta?: string | boolean | string[] | Record | undefined; result?: string | boolean | undefined; queue?: string | undefined; }, { robot: "/tlcdn/deliver"; interpolate?: boolean | "false" | "true" | Record | undefined; output_meta?: string | boolean | string[] | Record | undefined; result?: string | boolean | undefined; queue?: string | undefined; force_accept?: string | boolean | undefined; ignore_errors?: string | boolean | ("meta" | "execute")[] | undefined; enable_hipaa_compliance?: string | boolean | undefined; }>; export type InterpolatableRobotTlcdnDeliverInstructionsWithHiddenFields = z.infer; export type InterpolatableRobotTlcdnDeliverInstructionsWithHiddenFieldsInput = z.input; //# sourceMappingURL=tlcdn-deliver.d.ts.map