import type { Issue } from '../../types/analysis.types'; import type { PullRequestPlan } from './createPullRequest.types'; export declare const createPullRequestPlan: (resourceId: string, fileHint: string, issues: Issue[]) => PullRequestPlan;