export declare function makeWrapper(originalFunc: Function, wrappedFunc: Function): void;
