import { Dict, KeyVal } from 'openwhisk'; export default function toDict(A: KeyVal[]): Dict;