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