export declare const ONGOING_FETCHES: {
    [index: string]: any;
};
export default function SingletonFetch(url: string, options: {} | undefined, methodName: string): Promise<any>;
