import { RenderResult } from '@testing-library/react-hooks'; import { Contract } from 'ethers'; import { CallResult } from '../../helpers'; export declare type HookResult = { [key: string]: CallResult; }; export declare const getResultPropery: (result: RenderResult, property: keyof T) => any; //# sourceMappingURL=getResultProperty.d.ts.map