export { editFile }; export { editFileRevert }; export { editFileAssertReverted }; declare function editFile(filePathRelative: string, replacer: (fileContent: string) => string): void; declare function editFileRevert(): void; declare function editFileAssertReverted(): void;