import { Ref } from "../data"; export function createLocalStorageRef(key: string): Ref;