export declare const UPWORK_API_BASE_URL = "https://www.upwork.com/api";
export declare const UPWORK_USER_AGENT = "ChillMCP-Upwork/1.0.0";
export declare const API_TIMEOUT = 30000;
export declare const SERVER_INFO: {
    name: string;
    version: string;
};
export declare const DEFAULT_PAGE_SIZE = 20;
export declare const MAX_PAGE_SIZE = 100;
//# sourceMappingURL=constants.d.ts.map