import type { FileSystemStat } from "../agent/context/FileSystemContext.js"; export declare function parseDockerPathStat(encodedHeader: string | readonly string[] | undefined): FileSystemStat;