export declare const useTryMethodCalls: (instance: T) => { error: Error | undefined; instance: T; }; //# sourceMappingURL=useTryMethodCalls.d.ts.map