import { BitbucketApiClient } from '../utils/api-client.js'; export declare class ProjectHandlers { private apiClient; private baseUrl; constructor(apiClient: BitbucketApiClient, baseUrl: string); handleListProjects(args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; }>; handleListRepositories(args: any): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; }>; } //# sourceMappingURL=project-handlers.d.ts.map