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