/** * Cleans deployment records for a specific network from deployed_contracts.json * * @param networkName - The network name (e.g., "localhost", "hardhat") */ export declare const cleanDeploymentRecords: (networkName: string) => void; /** * Automatically clean Ignition state and deployment records for localhost/hardhat networks before deployment. * This prevents stale state issues when Anvil is restarted. */ export declare const autoCleanForLocalhost: (networkName: string) => Promise; //# sourceMappingURL=cleanIgnitionState.d.ts.map