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