import { type OpenWithOptions } from "./addOpenWith"; export declare function removeOpenWith(name: string, { file, folder, background }: OpenWithOptions): Promise;