import { MockFunction } from '../services/Mocker';
export declare const randomUrl: MockFunction<string, [boolean?]>;
