import { z } from 'zod'; export declare const pipfileDependencyDetailSchema: z.ZodObject<{ version: z.ZodOptional; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>; export declare const pipfileDependencySchema: z.ZodUnion<[z.ZodString, z.ZodObject<{ version: z.ZodOptional; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>]>; export declare const pipfileSourceSchema: z.ZodObject<{ name: z.ZodString; url: z.ZodString; verify_ssl: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; url: string; verify_ssl?: boolean | undefined; }, { name: string; url: string; verify_ssl?: boolean | undefined; }>; export declare const pipfileLikeSchema: z.ZodIntersection; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>]>>, z.ZodArray; }, "strip", z.ZodTypeAny, { name: string; url: string; verify_ssl?: boolean | undefined; }, { name: string; url: string; verify_ssl?: boolean | undefined; }>, "many">, z.ZodRecord, z.ZodUndefined]>>, z.ZodObject<{ packages: z.ZodOptional; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>]>>>; 'dev-packages': z.ZodOptional; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>]>>>; source: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; url: string; verify_ssl?: boolean | undefined; }, { name: string; url: string; verify_ssl?: boolean | undefined; }>, "many">>; scripts: z.ZodOptional>; }, "strip", z.ZodTypeAny, { packages?: Record | undefined; 'dev-packages'?: Record | undefined; source?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; scripts?: Record | undefined; }, { packages?: Record | undefined; 'dev-packages'?: Record | undefined; source?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; scripts?: Record | undefined; }>>; export declare const pipfileLockMetaSchema: z.ZodObject<{ hash: z.ZodOptional; }, "strip", z.ZodTypeAny, { sha256?: string | undefined; }, { sha256?: string | undefined; }>>; 'pipfile-spec': z.ZodOptional; requires: z.ZodOptional; python_full_version: z.ZodOptional; }, "strip", z.ZodTypeAny, { python_version?: string | undefined; python_full_version?: string | undefined; }, { python_version?: string | undefined; python_full_version?: string | undefined; }>>; sources: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; url: string; verify_ssl?: boolean | undefined; }, { name: string; url: string; verify_ssl?: boolean | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; }, { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; }>; export declare const pipfileLockLikeSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { sha256?: string | undefined; }, { sha256?: string | undefined; }>>; 'pipfile-spec': z.ZodOptional; requires: z.ZodOptional; python_full_version: z.ZodOptional; }, "strip", z.ZodTypeAny, { python_version?: string | undefined; python_full_version?: string | undefined; }, { python_version?: string | undefined; python_full_version?: string | undefined; }>>; sources: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; url: string; verify_ssl?: boolean | undefined; }, { name: string; url: string; verify_ssl?: boolean | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; }, { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; }>, z.ZodRecord; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>>, z.ZodUndefined]>>, z.ZodObject<{ _meta: z.ZodOptional; }, "strip", z.ZodTypeAny, { sha256?: string | undefined; }, { sha256?: string | undefined; }>>; 'pipfile-spec': z.ZodOptional; requires: z.ZodOptional; python_full_version: z.ZodOptional; }, "strip", z.ZodTypeAny, { python_version?: string | undefined; python_full_version?: string | undefined; }, { python_version?: string | undefined; python_full_version?: string | undefined; }>>; sources: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; url: string; verify_ssl?: boolean | undefined; }, { name: string; url: string; verify_ssl?: boolean | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; }, { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; }>>; default: z.ZodOptional; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>>>; develop: z.ZodOptional; hashes: z.ZodOptional>; extras: z.ZodOptional, z.ZodString]>>; markers: z.ZodOptional; index: z.ZodOptional; git: z.ZodOptional; ref: z.ZodOptional; editable: z.ZodOptional; path: z.ZodOptional; }, "strip", z.ZodTypeAny, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }, { version?: string | undefined; hashes?: string[] | undefined; extras?: string | string[] | undefined; markers?: string | undefined; index?: string | undefined; git?: string | undefined; ref?: string | undefined; editable?: boolean | undefined; path?: string | undefined; }>>>; }, "strip", z.ZodTypeAny, { _meta?: { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; } | undefined; default?: Record | undefined; develop?: Record | undefined; }, { _meta?: { hash?: { sha256?: string | undefined; } | undefined; 'pipfile-spec'?: number | undefined; requires?: { python_version?: string | undefined; python_full_version?: string | undefined; } | undefined; sources?: { name: string; url: string; verify_ssl?: boolean | undefined; }[] | undefined; } | undefined; default?: Record | undefined; develop?: Record | undefined; }>>;