import type { RequiredDeep } from 'type-fest'; import type { JSONRPCOptions } from './types.ts'; export { ADDRESSES, PRIVATE_KEYS, PROVIDERS } from './constants.ts'; export declare function JSONRPC(options?: JSONRPCOptions): import("msw").HttpHandler; export declare const presets: { basic: RequiredDeep; }; //# sourceMappingURL=index.d.ts.map