import { z } from 'zod'; export declare enum BiomeApiScope { Public = "public", Org = "org", Project = "project", Installation = "installation" } export declare const BiomeApiManifestEntrySchema: z.ZodObject<{ name: z.ZodString; basePath: z.ZodDefault; image: z.ZodObject<{ package: z.ZodString; port: z.ZodNumber; }, z.core.$strip>; openapiSpec: z.ZodOptional; scopes: z.ZodArray>; }, z.core.$strict>; export type BiomeApiManifestEntry = z.infer; export declare const BiomeApiManifestSchema: z.ZodArray; image: z.ZodObject<{ package: z.ZodString; port: z.ZodNumber; }, z.core.$strip>; openapiSpec: z.ZodOptional; scopes: z.ZodArray>; }, z.core.$strict>>; //# sourceMappingURL=api-manifest.d.ts.map