/** Adds the field named `key` with the value `value` to the object `store`. */ export default function appendField (store: object, key: string, value: any): void