import { HotPatcher } from "hot-patcher"; export interface InternalDeleteFileOptions { id: string; patcher: HotPatcher; token: string; } export declare function deleteFile(options: InternalDeleteFileOptions): Promise;