import { z } from "zod"; export declare const baseSchemas: { url: z.ZodString; device: z.ZodDefault>; throttling: z.ZodDefault; categories: z.ZodOptional>>; includeDetails: z.ZodDefault; threshold: z.ZodOptional; }; export declare const auditParamsSchema: z.ZodObject<{ url: z.ZodString; categories: z.ZodOptional>>; device: z.ZodDefault>; throttling: z.ZodDefault; }, z.core.$strip>; export declare const basicAuditSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; }, z.core.$strip>; export declare const detailedAuditSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; includeDetails: z.ZodDefault; }, z.core.$strip>; export declare const coreWebVitalsSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; includeDetails: z.ZodDefault; threshold: z.ZodOptional; inp: z.ZodOptional; cls: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const performanceBudgetSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; budget: z.ZodObject<{ performanceScore: z.ZodOptional; firstContentfulPaint: z.ZodOptional; largestContentfulPaint: z.ZodOptional; totalBlockingTime: z.ZodOptional; cumulativeLayoutShift: z.ZodOptional; speedIndex: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; export declare const compareDevicesSchema: z.ZodObject<{ url: z.ZodString; categories: z.ZodOptional>>; throttling: z.ZodDefault; includeDetails: z.ZodDefault; }, z.core.$strip>; export declare const resourceAnalysisSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; resourceTypes: z.ZodOptional>>; minSize: z.ZodOptional; }, z.core.$strip>; export declare const lcpOpportunitiesSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; includeDetails: z.ZodDefault; threshold: z.ZodOptional; }, z.core.$strip>; export declare const unusedJavaScriptSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; minBytes: z.ZodDefault; }, z.core.$strip>; export declare const securityAuditSchema: z.ZodObject<{ url: z.ZodString; device: z.ZodDefault>; checks: z.ZodOptional>>; }, z.core.$strip>;