export declare const Lazy: (func: () => Value) => { get: () => Value; };