import { HttpState } from './types'; export default function send({ coder, endpoint }: HttpState, method: string, params: Array): Promise;