export default function useMutableLocalStorage(key: string, initialValue: any): any[];