declare function postConstruct(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export { postConstruct };