import { TrackedTypeForValue } from "./trackable";
export declare const createTracked: <T>(value: T) => TrackedTypeForValue<T>;
