import "hardhat/types/config";
declare module "hardhat/types/config" {
    interface HardhatConfig {
        keystore: {
            filePath: string;
        };
    }
}
//# sourceMappingURL=type-extensions.d.ts.map