export declare function patch(obj: any, name: string, func: Function): void; export declare function unpatch(obj: any, name: string): void;