export interface MockServerOptions { /** * Time out for the mock server to receive a response from the client * * @default 5000 */ timeout?: number; } /** * Sets up mock service worker to handle all requests via the WebSocket client connections */ export declare const bindMockServiceWorker: ({ timeout, }?: MockServerOptions) => void; //# sourceMappingURL=mock-server.d.ts.map