declare function _initializerDefineProperty(target: any, property: any, descriptor: any, context: any): void; declare function _applyDecoratedDescriptor(target: any, property: any, decorators: any, descriptor: any, context: any): { enumerable: any; configurable: any; writable: boolean; value: any; initializer: any; }; export { _initializerDefineProperty as default };