export default function bind(target: any, properykey: string, decscriptor: PropertyDescriptor): { configurable: boolean; get(): any; set(value: any): void; };