/** * Task: * * Remove file if it exists. */ export declare function removeFileIfExists(path: string): void;