/** * `sessions` subcommand group leaf specs (list / show / purge). */ import { type HostSpec } from './host-subcommand-shared.js'; import type { CliCommandsContext } from './shared.js'; /** Build the three `sessions` group leaf specs. */ export declare function buildSessionsGroupLeaves(ctx: CliCommandsContext): readonly HostSpec[]; //# sourceMappingURL=host-subcommand-sessions.d.ts.map