import type { CommandContext } from './context.js'; export declare function handleUsageSnapshot(ctx: CommandContext, options: { email: string; json: boolean; }): Promise;