/**
 * Builds the temporary live runtime log path for one prompt script and its sibling test script.
 */
export declare function buildScriptLogPath(scriptPath: string): string;
