declare module "hardhat/types/config" { interface TestPathsUserConfig { nodejs?: string; } interface TestPathsConfig { nodejs: string; } } export {}; //# sourceMappingURL=type-extensions.d.ts.map