import { z } from 'zod'; export declare const organizationProjectSchema: z.ZodObject<{ ORGANIZATION_ID: z.ZodEffects, string | undefined, string | undefined>; ORGANIZATION_SLUG: z.ZodOptional; ORG_SLUG: z.ZodOptional; PROJECT_ID: z.ZodEffects, string | undefined, string | undefined>; PROJECT_SLUG: z.ZodOptional; PROJECT_URL: z.ZodOptional; PROJECT_BUILD_ID: z.ZodOptional; PUBLIC_REDOCLY_BRANCH_NAME: z.ZodOptional; }, "strip", z.ZodTypeAny, { ORGANIZATION_ID?: string | undefined; ORGANIZATION_SLUG?: string | undefined; ORG_SLUG?: string | undefined; PROJECT_ID?: string | undefined; PROJECT_SLUG?: string | undefined; PROJECT_URL?: string | undefined; PROJECT_BUILD_ID?: string | undefined; PUBLIC_REDOCLY_BRANCH_NAME?: string | undefined; }, { ORGANIZATION_ID?: string | undefined; ORGANIZATION_SLUG?: string | undefined; ORG_SLUG?: string | undefined; PROJECT_ID?: string | undefined; PROJECT_SLUG?: string | undefined; PROJECT_URL?: string | undefined; PROJECT_BUILD_ID?: string | undefined; PUBLIC_REDOCLY_BRANCH_NAME?: string | undefined; }>; //# sourceMappingURL=organization-project.d.ts.map