import { z } from 'zod'; export declare const commonBuiltInParserOptionsSchema: z.ZodObject<{ shouldExecuteRemotely: z.ZodOptional; }, "strict", z.ZodTypeAny, { shouldExecuteRemotely?: boolean | undefined; }, { shouldExecuteRemotely?: boolean | undefined; }>; export type CommonBuiltInParserOptionsSchema = typeof commonBuiltInParserOptionsSchema; export type CommonBuiltInParserOptions = z.infer; export declare const optionalCommonBuiltInParserOptionsSchema: z.ZodOptional; }, "strict", z.ZodTypeAny, { shouldExecuteRemotely?: boolean | undefined; }, { shouldExecuteRemotely?: boolean | undefined; }>>; export type OptionalCommonBuiltInParserOptionsSchema = typeof optionalCommonBuiltInParserOptionsSchema; //# sourceMappingURL=commonBuiltInParserOptions.d.ts.map