import { UpworkClient } from "../../services/upwork-client.js"; export declare const getProposalDetailsTool: { definition: { name: string; description: string; inputSchema: { type: string; properties: { proposalId: { type: string; description: string; }; }; required: string[]; }; }; handler: (params: any, upworkClient: UpworkClient) => Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: undefined; }>; }; //# sourceMappingURL=get-proposal-details.d.ts.map