export declare function computed(getter: (oldValue?: T) => T): () => T;