import { z } from 'zod'; export declare const GetPullRequestChangesSchema: z.ZodObject<{ pullRequestId: z.ZodNumber; repositoryId: z.ZodOptional; projectId: z.ZodOptional; }, "strip", z.ZodTypeAny, { pullRequestId: number; projectId?: string | undefined; repositoryId?: string | undefined; }, { pullRequestId: number; projectId?: string | undefined; repositoryId?: string | undefined; }>;