import { z } from "zod"; export declare const Report: z.ZodObject<{ valid: z.ZodBoolean; errors: z.ZodArray; type: z.ZodLiteral<"metadata">; message: z.ZodString; jsonPointer: z.ZodString; }, z.core.$strip>, z.ZodDiscriminatedUnion<[z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"resource/missing">; referencingResourceName: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"resource/type">; expectedResourceType: z.ZodEnum<{ data: "data"; table: "table"; }>; referencingResourceName: z.ZodOptional; }, z.core.$strip>], "type">, z.ZodUnion; type: z.ZodLiteral<"column/missing">; columnName: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"column/type">; columnName: z.ZodString; expectedColumnType: z.ZodEnum<{ array: "array"; base64: "base64"; boolean: "boolean"; categorical: "categorical"; date: "date"; "date-time": "date-time"; decimal: "decimal"; duration: "duration"; email: "email"; geojson: "geojson"; hex: "hex"; integer: "integer"; list: "list"; number: "number"; object: "object"; string: "string"; time: "time"; topojson: "topojson"; unknown: "unknown"; url: "url"; wkb: "wkb"; wkt: "wkt"; }>; actualColumnType: z.ZodEnum<{ array: "array"; base64: "base64"; boolean: "boolean"; categorical: "categorical"; date: "date"; "date-time": "date-time"; decimal: "decimal"; duration: "duration"; email: "email"; geojson: "geojson"; hex: "hex"; integer: "integer"; list: "list"; number: "number"; object: "object"; string: "string"; time: "time"; topojson: "topojson"; unknown: "unknown"; url: "url"; wkb: "wkb"; wkt: "wkt"; }>; }, z.core.$strip>], "type">, z.ZodDiscriminatedUnion<[z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"row/primaryKey">; rowNumber: z.ZodNumber; columnNames: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"row/uniqueKey">; rowNumber: z.ZodNumber; columnNames: z.ZodArray; }, z.core.$strip>], "type">, z.ZodDiscriminatedUnion<[z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/type">; columnType: z.ZodEnum<{ array: "array"; base64: "base64"; boolean: "boolean"; categorical: "categorical"; date: "date"; "date-time": "date-time"; decimal: "decimal"; duration: "duration"; email: "email"; geojson: "geojson"; hex: "hex"; integer: "integer"; list: "list"; number: "number"; object: "object"; string: "string"; time: "time"; topojson: "topojson"; unknown: "unknown"; url: "url"; wkb: "wkb"; wkt: "wkt"; }>; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/missing">; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/minimum">; minimum: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/maximum">; maximum: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/exclusiveMinimum">; minimum: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/exclusiveMaximum">; maximum: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/multipleOf">; multipleOf: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/minLength">; minLength: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/maxLength">; maxLength: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/minItems">; minItems: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/maxItems">; maxItems: z.ZodNumber; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/pattern">; pattern: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/unique">; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/const">; const: z.ZodString; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/enum">; enum: z.ZodArray; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; columnName: z.ZodString; rowNumber: z.ZodNumber; cell: z.ZodString; type: z.ZodLiteral<"cell/json">; message: z.ZodString; jsonPointer: z.ZodString; }, z.core.$strip>], "type">, z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"foreignKey">; foreignKey: z.ZodObject<{ columns: z.ZodArray; reference: z.ZodObject<{ resource: z.ZodOptional; columns: z.ZodArray; }, z.core.$strip>; }, z.core.$strip>; cells: z.ZodArray; }, z.core.$strip>]>, z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"data">; message: z.ZodString; jsonPointer: z.ZodString; }, z.core.$strip>, z.ZodDiscriminatedUnion<[z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"file/textual">; actualEncoding: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"file/integrity">; hashType: z.ZodString; expectedHash: z.ZodString; actualHash: z.ZodString; }, z.core.$strip>], "type">]>>; }, z.core.$strip>; export type Report = z.infer;