import type { CommandContext } from './context.js'; export declare function handleSetup(ctx: CommandContext): Promise;