@nomicfoundation/hardhat-foundry
Version:
Hardhat plugin that adds Hardhat support to Foundry projects
11 lines • 560 B
TypeScript
import { NomicLabsHardhatPluginError } from "hardhat/internal/core/errors";
type Remappings = Record<string, string>;
export declare class HardhatFoundryError extends NomicLabsHardhatPluginError {
constructor(message: string, parent?: Error);
}
export declare function getForgeConfig(): any;
export declare function parseRemappings(remappingsTxt: string): Remappings;
export declare function getRemappings(): Promise<Remappings>;
export declare function installDependency(dependency: string): Promise<void>;
export {};
//# sourceMappingURL=foundry.d.ts.map