import { Func } from '../types/functions'; /** * Binds function to this, object instance where is defined, it is importat to place it in correct order with other decorators, usually should be first */ export declare function BindThis(_target: Object, propertyKey: string | symbol, descriptor: PropertyDescriptor): TypedPropertyDescriptor>; //# sourceMappingURL=bindThis.decorator.d.ts.map