import { UrlOrRegex } from './types'; export declare const clearMock: (url: UrlOrRegex | number, method?: string) => void;