export declare function delegate(to: ((instance: any) => any) | any, property?: string): (target: any, name: string, descriptor?: TypedPropertyDescriptor) => void;