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