export declare const addLazyProp: (object: object, propName: string, getFunc: () => unknown) => void;