/**
 * Gets file path to touch and trigger hot reload
 * @param projectType Project type
 */
declare const getFileToTouch: (projectType: string) => string;
export default getFileToTouch;
