import type { CommandContext } from './context.js'; export declare function handleAdd(ctx: CommandContext): Promise; export declare function handleRemove(ctx: CommandContext, email: string | undefined): Promise;