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