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