/** @public */ export type InitFunc = (this: O) => T; /** * Define property on target, call init it when first use, them memorize * @public */ export declare function initOnRead(target: any, propertyKey: T, init: InitFunc): void; //# sourceMappingURL=initOnRead.d.ts.map