declare function put(urlPath: string, files: string | string[], headers: Record): Promise; export default put;