import { ControllerResponse } from '../types/common.types.js'; /** * Handle search for pull requests (uses PR API with query filter) */ export declare function handlePullRequestSearch(workspaceSlug: string, repoSlug?: string, query?: string, limit?: number, cursor?: string): Promise;