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