/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ export declare function queryPwd(sessionId: string): void; export declare function queryLs(sessionId: string, opts: { search?: string; regex?: string; long?: boolean; all?: boolean; dataCloud?: boolean; }, directories?: string[]): Promise; export declare function queryCd(sessionId: string, rawPath: string): void;