declare function createHookedProxy<T extends Object>(instance: T): T;

export { createHookedProxy };
