import { z } from "zod"; export declare const finanzonlineSchema: z.ZodObject<{ tid: z.ZodString; benid: z.ZodString; pin: z.ZodString; herstellerid: z.ZodString; output_dir: z.ZodString; session_timeout: z.ZodDefault>; query_timeout: z.ZodDefault>; }, "strip", z.ZodTypeAny, { tid: string; benid: string; pin: string; herstellerid: string; output_dir: string; session_timeout: number; query_timeout: number; }, { tid: string; benid: string; pin: string; herstellerid: string; output_dir: string; session_timeout?: number | undefined; query_timeout?: number | undefined; }>; export type FinanzonlineConfig = z.infer; export declare const finanzonlinePartialSchema: z.ZodObject<{ tid: z.ZodOptional; benid: z.ZodOptional; pin: z.ZodOptional; herstellerid: z.ZodOptional; output_dir: z.ZodOptional; session_timeout: z.ZodDefault>; query_timeout: z.ZodDefault>; }, "strip", z.ZodTypeAny, { session_timeout: number; query_timeout: number; tid?: string | undefined; benid?: string | undefined; pin?: string | undefined; herstellerid?: string | undefined; output_dir?: string | undefined; }, { tid?: string | undefined; benid?: string | undefined; pin?: string | undefined; herstellerid?: string | undefined; output_dir?: string | undefined; session_timeout?: number | undefined; query_timeout?: number | undefined; }>; export type FinanzonlineConfigInput = z.input; //# sourceMappingURL=schema.d.ts.map