export declare function undoLatestChange(dirHandle: FileSystemDirectoryHandle): Promise<{ type: string; } | undefined>; export declare function undoFileOnChange(filePath: string, textBeforeChange: string, textAfterChange: string): void; //# sourceMappingURL=undo.d.ts.map