export const storageUtil: {
  get: (k: string) => string;
  set: (key: StringIterator, value: string | number) => void;
};
