import { z } from 'zod'; export declare const auditValueSchema: z.ZodNumber; export declare const auditDisplayValueSchema: z.ZodOptional; export declare const auditDetailsSchema: z.ZodObject<{ issues: z.ZodOptional; source: z.ZodOptional; endLine: z.ZodOptional; endColumn: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ url: z.ZodURL; snippet: z.ZodOptional; selector: z.ZodOptional; }, z.core.$strip>]>>; }, z.core.$strip>>>; table: z.ZodOptional; columns: z.ZodOptional>>; rows: z.ZodArray>>>; }, z.core.$strip>, z.ZodObject<{ title: z.ZodOptional; columns: z.ZodOptional>, z.ZodArray; align: z.ZodOptional>; }, z.core.$strip>>]>>; rows: z.ZodArray>>>; }, z.core.$strip>]>>; trees: z.ZodOptional; type: z.ZodOptional>; root: z.ZodType>; }, z.core.$strip>, z.ZodObject<{ title: z.ZodOptional; type: z.ZodLiteral<"coverage">; root: z.ZodType>; }, z.core.$strip>]>>>; }, z.core.$strip>; export type AuditDetails = z.infer; export declare const auditOutputSchema: z.ZodObject<{ slug: z.ZodString; displayValue: z.ZodOptional; value: z.ZodNumber; score: z.ZodNumber; scoreTarget: z.ZodOptional; details: z.ZodOptional; source: z.ZodOptional; endLine: z.ZodOptional; endColumn: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ url: z.ZodURL; snippet: z.ZodOptional; selector: z.ZodOptional; }, z.core.$strip>]>>; }, z.core.$strip>>>; table: z.ZodOptional; columns: z.ZodOptional>>; rows: z.ZodArray>>>; }, z.core.$strip>, z.ZodObject<{ title: z.ZodOptional; columns: z.ZodOptional>, z.ZodArray; align: z.ZodOptional>; }, z.core.$strip>>]>>; rows: z.ZodArray>>>; }, z.core.$strip>]>>; trees: z.ZodOptional; type: z.ZodOptional>; root: z.ZodType>; }, z.core.$strip>, z.ZodObject<{ title: z.ZodOptional; type: z.ZodLiteral<"coverage">; root: z.ZodType>; }, z.core.$strip>]>>>; }, z.core.$strip>>; }, z.core.$strip>; export type AuditOutput = z.infer; export declare const auditOutputsSchema: z.ZodArray; value: z.ZodNumber; score: z.ZodNumber; scoreTarget: z.ZodOptional; details: z.ZodOptional; source: z.ZodOptional; endLine: z.ZodOptional; endColumn: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ url: z.ZodURL; snippet: z.ZodOptional; selector: z.ZodOptional; }, z.core.$strip>]>>; }, z.core.$strip>>>; table: z.ZodOptional; columns: z.ZodOptional>>; rows: z.ZodArray>>>; }, z.core.$strip>, z.ZodObject<{ title: z.ZodOptional; columns: z.ZodOptional>, z.ZodArray; align: z.ZodOptional>; }, z.core.$strip>>]>>; rows: z.ZodArray>>>; }, z.core.$strip>]>>; trees: z.ZodOptional; type: z.ZodOptional>; root: z.ZodType>; }, z.core.$strip>, z.ZodObject<{ title: z.ZodOptional; type: z.ZodLiteral<"coverage">; root: z.ZodType>; }, z.core.$strip>]>>>; }, z.core.$strip>>; }, z.core.$strip>>; export type AuditOutputs = z.infer;