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