import * as z from "zod"; //#region src/index.d.ts type LhciBasicAuthSchema = z.infer; declare const lhciBasicAuthSchema: z.ZodObject<{ password: z.ZodString; username: z.ZodString; }, z.core.$strip>; type LhciAssertSchema = z.infer; declare const lhciAssertSchema: z.ZodObject<{ assertions: z.ZodOptional, z.ZodObject<{ maxLength: z.ZodNumber; minScore: z.ZodNumber; }, z.core.$strip>], null>, z.ZodEnum<{ off: "off"; }>]>>>; budgetsFile: z.ZodOptional; includePassedAssertions: z.ZodOptional; preset: z.ZodOptional>; }, z.core.$strip>; type LhciCollectSchema = z.infer; declare const lhciCollectSchema: z.ZodObject<{ additive: z.ZodOptional; autodiscoverUrlBlocklist: z.ZodOptional>; chromePath: z.ZodOptional; headful: z.ZodOptional; isSinglePageApplication: z.ZodOptional; method: z.ZodDefault, z.ZodString]>>; numberOfRuns: z.ZodOptional; puppeteerLaunchOptions: z.ZodObject<{ devtools: z.ZodBoolean; handleSIGHUP: z.ZodDefault; handleSIGINT: z.ZodDefault; handleSIGTERM: z.ZodDefault; pipe: z.ZodDefault; timeout: z.ZodDefault; }, z.core.$strip>; puppeteerScript: z.ZodOptional; settings: z.ZodObject<{}, z.core.$strip>; startServerCommand: z.ZodOptional; startServerReadyPattern: z.ZodDefault; startServerReadyTimeout: z.ZodDefault; staticDirFileDiscoveryDepth: z.ZodDefault; staticDistDir: z.ZodOptional; url: z.ZodOptional>; }, z.core.$strip>; type LhciUploadSchema = z.infer; declare const lhciUploadSchema: z.ZodIntersection>; extraHeaders: z.ZodOptional>; ignoreDuplicateBuildFailure: z.ZodOptional; serverBaseUrl: z.ZodDefault; target: z.ZodLiteral<"lhci">; token: z.ZodString; urlReplacementPatterns: z.ZodDefault>; }, z.core.$strip>, z.ZodObject<{ outputDir: z.ZodString; reportFilenamePattern: z.ZodDefault; target: z.ZodLiteral<"filesystem">; }, z.core.$strip>, z.ZodObject<{ target: z.ZodLiteral<"temporary-public-storage">; uploadUrlMap: z.ZodDefault; }, z.core.$strip>], "target">, z.ZodObject<{ githubApiHost: z.ZodDefault; githubAppToken: z.ZodOptional; githubStatusContextSuffix: z.ZodOptional; githubToken: z.ZodOptional; }, z.core.$strip>>; type LhciServerSchema = z.infer; declare const lhciServerSchema: z.ZodObject<{ basicAuth: z.ZodOptional>; logLevel: z.ZodDefault>; port: z.ZodNumber; storage: z.ZodObject<{ sqlConnectionSsl: z.ZodDefault; sqlConnectionUrl: z.ZodString; sqlDangerouslyResetDatabase: z.ZodDefault; sqlDatabasePath: z.ZodString; sqlDialect: z.ZodDefault>; sqlMigrationOptions: z.ZodObject<{ tableName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; type LhciWizardSchema = z.infer; declare const lhciWizardSchema: z.ZodObject<{ extraHeaders: z.ZodOptional; serverBaseUrl: z.ZodOptional; }, z.core.$strip>; type LhciSchema = z.infer; declare const lhciSchema: z.ZodObject<{ ci: z.ZodObject<{ assert: z.ZodOptional, z.ZodObject<{ maxLength: z.ZodNumber; minScore: z.ZodNumber; }, z.core.$strip>], null>, z.ZodEnum<{ off: "off"; }>]>>>; budgetsFile: z.ZodOptional; includePassedAssertions: z.ZodOptional; preset: z.ZodOptional>; }, z.core.$strip>>; collect: z.ZodOptional; autodiscoverUrlBlocklist: z.ZodOptional>; chromePath: z.ZodOptional; headful: z.ZodOptional; isSinglePageApplication: z.ZodOptional; method: z.ZodDefault, z.ZodString]>>; numberOfRuns: z.ZodOptional; puppeteerLaunchOptions: z.ZodObject<{ devtools: z.ZodBoolean; handleSIGHUP: z.ZodDefault; handleSIGINT: z.ZodDefault; handleSIGTERM: z.ZodDefault; pipe: z.ZodDefault; timeout: z.ZodDefault; }, z.core.$strip>; puppeteerScript: z.ZodOptional; settings: z.ZodObject<{}, z.core.$strip>; startServerCommand: z.ZodOptional; startServerReadyPattern: z.ZodDefault; startServerReadyTimeout: z.ZodDefault; staticDirFileDiscoveryDepth: z.ZodDefault; staticDistDir: z.ZodOptional; url: z.ZodOptional>; }, z.core.$strip>>; server: z.ZodOptional>; logLevel: z.ZodDefault>; port: z.ZodNumber; storage: z.ZodObject<{ sqlConnectionSsl: z.ZodDefault; sqlConnectionUrl: z.ZodString; sqlDangerouslyResetDatabase: z.ZodDefault; sqlDatabasePath: z.ZodString; sqlDialect: z.ZodDefault>; sqlMigrationOptions: z.ZodObject<{ tableName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>>; upload: z.ZodOptional>; extraHeaders: z.ZodOptional>; ignoreDuplicateBuildFailure: z.ZodOptional; serverBaseUrl: z.ZodDefault; target: z.ZodLiteral<"lhci">; token: z.ZodString; urlReplacementPatterns: z.ZodDefault>; }, z.core.$strip>, z.ZodObject<{ outputDir: z.ZodString; reportFilenamePattern: z.ZodDefault; target: z.ZodLiteral<"filesystem">; }, z.core.$strip>, z.ZodObject<{ target: z.ZodLiteral<"temporary-public-storage">; uploadUrlMap: z.ZodDefault; }, z.core.$strip>], "target">, z.ZodObject<{ githubApiHost: z.ZodDefault; githubAppToken: z.ZodOptional; githubStatusContextSuffix: z.ZodOptional; githubToken: z.ZodOptional; }, z.core.$strip>>>; wizard: z.ZodOptional; serverBaseUrl: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; //#endregion export { LhciAssertSchema, LhciBasicAuthSchema, LhciCollectSchema, LhciSchema, LhciServerSchema, LhciUploadSchema, LhciWizardSchema, lhciAssertSchema, lhciBasicAuthSchema, lhciCollectSchema, lhciSchema, lhciServerSchema, lhciUploadSchema, lhciWizardSchema };