/* eslint-disable-next-line @typescript-eslint/no-empty-interface -- Empty
interface allow plugins to extend the Test user configuration for Hardhat. */
export interface HardhatTestUserConfig {}

/* eslint-disable-next-line @typescript-eslint/no-empty-interface -- Empty
interface allow plugins to extend the Test configuration for Hardhat. */
export interface HardhatTestConfig {}
