import { TestFn } from 'ava'; import { BuildInfo } from 'hardhat/types'; interface Context { build: BuildInfo[]; } declare const test: TestFn; export default test; //# sourceMappingURL=test.d.ts.map