import type { DeployAddressBookFunction, DeployFunction } from '../types/deploy'; export declare const deployContract: DeployFunction; export declare const deployContractAndSave: DeployAddressBookFunction; //# sourceMappingURL=contract.d.ts.map