import { IChain, IDefaultGithubWorkflowsList, IHardhatPluginAvailableList } from './types'; export declare const fileHardhatAwesomeCLI = "hardhat-awesome-cli.json"; export declare const fileEnvHardhatAwesomeCLI = ".env.hardhat-awesome-cli"; export declare const DefaultChainList: IChain[]; export declare const DefaultHardhatPluginsList: IHardhatPluginAvailableList[]; export declare const DefaultFoundryTestUtilsList: string[]; export declare const DefaultGithubWorkflowsGroup: string[]; export declare const DefaultGithubWorkflowsList: IDefaultGithubWorkflowsList[]; export declare const addressBookDefaultConfig: { savePath: string; openzeppelinPath: string; contractsFlattenPath: string; contractsFlattenPrefix: string; fileHardhatAwesomeCLI: string; fileEnvHardhatAwesomeCLI: string; fileContractsAddressDeployed: string; fileContractsAddressDeployedHistory: string; }; export declare const getAddressBookConfig: (userConfig?: any) => { savePath: any; openzeppelinPath: any; contractsFlattenPath: any; contractsFlattenPrefix: any; fileHardhatAwesomeCLI: any; fileEnvHardhatAwesomeCLI: any; fileContractsAddressDeployed: any; fileContractsAddressDeployedHistory: any; }; //# sourceMappingURL=config.d.ts.map