import { MockConfig } from './types';
export declare function prepareMock(config: MockConfig): Promise<ServiceWorkerRegistration | undefined>;
