import { Obj } from './lang'; /** * Created by beenotung on 6/2/17. */ export declare function checkFetch(url: string): Promise; export declare function toFormData(o: Obj): FormData;