/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ import { type InputWalkerResult } from "../lib/walker.js"; export declare function queryExample(sessionId: string): void; export declare function printInputExamples(inputResult: InputWalkerResult, cmd: string): void; export declare function queryHelp(sessionId: string | undefined, topic?: string): void;