declare const sendPutRequest: (data: any, url: string, authorization?: string) => Promise; export default sendPutRequest;