export { buildBypassNotice, buildCompactionNotice, buildTokenjuiceDetails, extractTextContent, mergeDetails, type TokenjuiceDetails, } from "../../shared/tool-result.js";
export declare function parseExitCode(text: string, isError: boolean): number;
export declare function extractFullOutputPath(details: unknown): string | undefined;
export declare function stripPiBashEpilogue(text: string): string;
