import { MRT_RowData } from '../../../../../../.external/lib/mantine-react-table'; import { FetchOptions, ItemId } from './types'; export declare const deleteItem: (path: string, id: ItemId, options?: FetchOptions) => Promise;