export type * from "@ignored/hardhat-vnext-core/config"; export * from "@ignored/hardhat-vnext-core/config"; /** * Attempts to find the nearest Hardhat config file, starting from the current * working directory. If no config file is found, an error is thrown. * * @returns The path to the nearest Hardhat config file. */ export declare function resolveHardhatConfigPath(): Promise; //# sourceMappingURL=config.d.ts.map