/** * Task: * * Ensures a file at the given path exists. * * If the file does not exist, the task fails. */ export declare function ensureFileExists(path: string): void;