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