/** return true if this same call occurred within DEBOUNCE_TIMEOUT ago */ export declare function isSuccessiveCall(url: string, headersOrBody: any, errorAttributes: { [a: string]: string; }): boolean;