export declare function filterSameRequest({ url, reqData, handle }: {
  url: string;
  reqData: Record<string, any>;
  handle: Function;
}): any;
