import type { CommandContext, DeleteResult } from './types'; export declare const deleteMailbox: (ctx: CommandContext, path: string) => Promise; //# sourceMappingURL=delete.d.ts.map