/** * Bind all methods in a given class. Useful for register and destroy listeners */ export declare function bindMethods(myClass: any, instance: any): void;