/** Publish one text artifact with same-filesystem rename semantics. */ export declare function writeTextFileAtomically(outputPath: string, content: string): void;