export default function (target: any, key: string, descriptor: PropertyDescriptor): { configurable: boolean; get(): any; };