export declare class Binder { static create(func: Function, context: any, ...args: any[]): T; }