export type { ParsedSessionViewCommand } from "./types.js"; import type { ParsedSessionViewCommand } from "./types.js"; export declare function parseSessionViewCommand(text: string): ParsedSessionViewCommand | null; //# sourceMappingURL=command.d.ts.map