/** * Flowtype definitions for index * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 * @flow */ declare export var setValue: (key: string, value: any) => void; declare export var getValue: (key: string) => any;