export interface ReadCommandArgs { path: string; truncation?: "head" | "last" | "both"; } export declare function runReadCommand(cmd: ReadCommandArgs): Promise;