export declare const bound: { (target: any, key: string | number | symbol, descriptor?: PropertyDescriptor): any; (value: any, context: any): any; };