/**
 * Generate a unique temporary file path for repository XML output
 */
export declare const generateTempXmlPath: (prefix?: string) => string;
/**
 * Log temporary file location for manual cleanup
 */
export declare const logTempFileLocation: (filepath: string) => void;
//# sourceMappingURL=temp-file.d.ts.map