import { MockState } from './types';
export default function send({ requests, db }: MockState, method: string, params: Array<any>): Promise<any>;
