import type { CLIInvocation } from '@struktoai/mirage-core/commands/cli/types'; import type { CommandFnResult } from '@struktoai/mirage-core/commands/config'; /** * Delete files or folders from a repository, in one commit. * * A pattern ending in `/` is a folder, which the Hub deletes under its own * key: sending one as a file deletion reports that no file by that name * exists. */ export declare function deleteCmd(inv: CLIInvocation): Promise; //# sourceMappingURL=files.d.ts.map