export * from './refresh-token.js'; export declare const tokenToolHandlers: { 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; }>; }; export declare const tokenTools: { name: string; description: string; inputSchema: { type: string; properties: { accountType: { type: string; enum: string[]; description: string; default: string; }; }; }; }[]; //# sourceMappingURL=index.d.ts.map