export declare function prop(object: Object, name: string, f: () => any): void; export declare function value(f: () => T): () => T;