import { DeploymentsExtension } from "hardhat-deploy/types"; export declare function runVotingV2Fixture({ deployments }: { deployments: DeploymentsExtension; }, runInitialDeployment?: boolean): Promise;