import { SmartContractInfo } from "../../../interfaces/SmartContractInfo.js";
export declare function getSmartContractDependencies(smartContractInfo: SmartContractInfo): string[];
