import { DeployerAccount } from './types';
export declare const PLUGIN_NAME = "@matterlabs/hardhat-zksync-deploy";
export declare const ETH_DEFAULT_NETWORK_RPC_URL = "http://0.0.0.0:8545";
export declare const LOCAL_CHAIN_IDS: string[];
export declare const DEFAULT_DEPLOY_SCRIPTS_PATH = "deploy";
export declare const SCRIPT_DEFAULT_PRIORITY = 0;
export declare const defaultAccountDeployerSettings: DeployerAccount;
//# sourceMappingURL=constants.d.ts.map