export interface StateKeyValue { key: number; value: string; }