export interface InitFunc { (this: O): T; } export declare function initOnRead(target: any, propertyKey: T, init: InitFunc): void; export declare function InitOnReadDecorator(init: InitFunc): PropertyDecorator;