export declare const getWithTimeout: (name: string, url: string, timeout: number, params?: any, headers?: any) => Promise; export declare const postWithTimeout: (name: string, url: string, timeout: number, params: any, headers?: any) => Promise; export declare const putWithTimeout: (name: string, url: string, timeout: number, params: any, headers?: any) => Promise;