import { MockState } from './types'; export default function subscribe(self: MockState, method: string, params: Array): Promise;