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