export declare const toolHandlers: { upwork_refresh_token: (params: any, upworkClient: import("../services/upwork-client.js").UpworkClient) => Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; upwork_get_profile: typeof import("./profile/get-profile.js").getProfileHandler; upwork_list_messages: typeof import("./message/list-messages.js").listMessagesHandler; upwork_send_message: typeof import("./message/send-message.js").sendMessageHandler; upwork_poll_new_conversations: typeof import("./message/poll-new-conversations.js").pollNewConversationsHandler; upwork_get_unread_rooms: typeof import("./message/get-unread-rooms.js").getUnreadRoomsHandler; upwork_get_connects_balance: typeof import("./connects/get-connects-balance.js").getConnectsBalanceHandler; upwork_search_freelancers: typeof import("./client/search-freelancers.js").searchFreelancersHandler; upwork_list_contracts: (args: import("zod").TypeOf, upworkClient: import("../services/upwork-client.js").UpworkClient) => Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; upwork_get_contract_details: (args: import("zod").TypeOf, upworkClient: import("../services/upwork-client.js").UpworkClient) => Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; 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; }>; upwork_get_latest_jobs: typeof import("./job/get-latest-jobs.js").getLatestJobsHandler; upwork_search_jobs_by_keywords: typeof import("./job/search-jobs-by-keywords.js").searchJobsByKeywordsHandler; }; export declare const tools: ({ [x: string]: unknown; name: string; inputSchema: { [x: string]: unknown; type: "object"; properties?: { [x: string]: unknown; } | undefined; required?: string[] | undefined; }; title?: string | undefined; description?: string | undefined; outputSchema?: { [x: string]: unknown; type: "object"; properties?: { [x: string]: unknown; } | undefined; required?: string[] | undefined; } | undefined; annotations?: { [x: string]: unknown; title?: string | undefined; readOnlyHint?: boolean | undefined; destructiveHint?: boolean | undefined; idempotentHint?: boolean | undefined; openWorldHint?: boolean | undefined; } | undefined; _meta?: { [x: string]: unknown; } | undefined; } | { name: string; description: string; inputSchema: { type: string; properties: { proposalId: { type: string; description: string; }; }; required: string[]; }; } | { name: string; description: string; inputSchema: { type: string; properties: { accountType: { type: string; enum: string[]; description: string; default: string; }; }; }; })[]; export * from './job/index.js'; export * from './proposal/index.js'; export * from './contract/index.js'; export * from './client/index.js'; export * from './connects/index.js'; export * from './message/index.js'; export * from './profile/index.js'; export * from './token/index.js'; //# sourceMappingURL=index.d.ts.map