import type { GraphDeploymentName } from '@graphprotocol/toolshed/deployments';
import type { HardhatRuntimeEnvironment } from 'hardhat/types';
import type { GraphRuntimeEnvironmentOptions } from './types';
export declare function getAddressBookPath(deployment: GraphDeploymentName, hre: HardhatRuntimeEnvironment, opts: GraphRuntimeEnvironmentOptions): string | undefined;
//# sourceMappingURL=config.d.ts.map