import { Fetcher } from '../../common/api'; import { IClaim, IClaimUpdate } from '../types'; export declare const updateClaim: (fetcher: Fetcher, id: string, data: IClaimUpdate) => Promise;