import { UpworkClient } from "../../services/upwork-client.js"; export declare const formatProposalNotificationTool: { definition: { name: string; description: string; inputSchema: { type: string; properties: { proposalId: { type: string; description: string; }; eventType: { 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=format-proposal-notification.d.ts.map