import type { PyodideInterface } from "pyodide"; export declare function writeFileWithParents(pyodide: PyodideInterface, filePath: string, data: string | ArrayBufferView, opts?: Parameters[2]): void; export declare function renameWithParents(pyodide: PyodideInterface, oldPath: string, newPath: string): void;