/** * Config/toggles/scope/privacy/help/exit/update (V2-080). */ import type { CommandInvocation } from "../../app/commands/command.js"; import type { AppServices } from "../bootstrap/composition-root.js"; export declare function handleFreeOnly(services: AppServices, invocation: CommandInvocation): void; export declare function handleFallback(services: AppServices, invocation: CommandInvocation): void; export declare function handleScope(services: AppServices, invocation: CommandInvocation): Promise; export declare function handlePrivacy(services: AppServices, invocation: CommandInvocation): Promise; export declare function handleUpdate(services: AppServices): Promise; export declare function handleHelp(services: AppServices): void; export declare function handleShortcuts(services: AppServices): void; export declare function handleExit(services: AppServices): void; export declare function handleJobs(services: AppServices): void;