import { z } from 'zod/mini'; export declare const publishSettingsSchema: z.ZodMiniReadonly; provenance: z.ZodMiniOptional; }, z.core.$strict>, z.ZodMiniObject<{ type: z.ZodMiniLiteral<"file">; path: z.ZodMiniString; }, z.core.$strict>], "type">>>; sbom: z.ZodMiniOptional>; }, z.core.$strict>>>; allowScripts: z.ZodMiniOptional>; }, z.core.$strict>, z.ZodMiniObject<{ access: z.ZodMiniLiteral<"restricted">; sbom: z.ZodMiniOptional>; }, z.core.$strict>>>; allowScripts: z.ZodMiniOptional>; }, z.core.$strict>], "access">>; export type PublishSettings = z.infer; //# sourceMappingURL=publish-settings.d.ts.map