import { Task } from "fp-ts/Task"; export declare const imageFromFileTask: (f: File) => Task;