import { type GlobOptions } from 'tinyglobby'; import type { MemFsEditor } from '../index.js'; export default function deleteAction(this: MemFsEditor, paths: string | string[], options?: { globOptions?: Omit; }): void;