declare function fixFolder(folderPath: string): void;

declare function fixFile(filePath: string): void;

export {
    fixFolder,
    fixFile
};
