import type { SolidityHooks } from "hardhat/types/hooks";
/**
 * Hook handler that adds Foundry remappings from `forge remappings`.
 */
declare const _default: () => Promise<Partial<SolidityHooks>>;
export default _default;
//# sourceMappingURL=solidity.d.ts.map