export interface PRDescriptionInput { ticketKey: string; ticketMarkdownPath: string; branchName: string; baseBranch?: string; technicalChanges?: string[]; testingSteps?: string[]; risks?: string[]; } export declare const prService: { generatePRDescription: (input: PRDescriptionInput) => Promise; }; //# sourceMappingURL=pr.service.d.ts.map