import type { CommandContext, ExpungeOptions, ExpungeResult } from './types'; export declare const expunge: (ctx: CommandContext, range: string, options?: ExpungeOptions) => Promise; //# sourceMappingURL=expunge.d.ts.map