import { Mock, MockFunction } from './types'; export default function (method: string, url: string | RegExp, mock: Mock): MockFunction;