import type { CommandContext } from './context.js'; interface ListOptions { json: boolean; } export declare function handleList(ctx: CommandContext, opts?: ListOptions): void; export {};