import { z } from 'zod/mini'; export declare const registrySettingsSchema: z.ZodMiniReadonly>; auth: z.ZodMiniOptional; token: z.ZodMiniString; }, z.core.$strict>>, z.ZodMiniReadonly; username: z.ZodMiniString; password: z.ZodMiniString; email: z.ZodMiniOptional>; }, z.core.$strict>>, z.ZodMiniReadonly; provider: z.ZodMiniOptional>; idTokenEnvVar: z.ZodMiniOptional>; }, z.core.$strict>>], "type">>, z.ZodMiniReadonly; token: z.ZodMiniString; }, z.core.$strict>>, z.ZodMiniReadonly; username: z.ZodMiniString; password: z.ZodMiniString; email: z.ZodMiniOptional>; }, z.core.$strict>>, z.ZodMiniReadonly; provider: z.ZodMiniOptional>; idTokenEnvVar: z.ZodMiniOptional>; }, z.core.$strict>>], "type">; metadata: z.ZodMiniOptional, z.ZodMiniLiteral<"anonymous">, z.ZodMiniLiteral<"inherit-publish-auth">, z.ZodMiniDiscriminatedUnion<[z.ZodMiniReadonly; token: z.ZodMiniString; }, z.core.$strict>>, z.ZodMiniReadonly; username: z.ZodMiniString; password: z.ZodMiniString; email: z.ZodMiniOptional>; }, z.core.$strict>>], "type">]>>; }, z.core.$strict>>]>>; }, z.core.$strict>>; export type RegistrySettings = z.infer; export {}; //# sourceMappingURL=registry-settings.d.ts.map