import type { ContractConfig, ContractName, DependenciesMap } from './types'; export declare function unwrap(object: object, key: string): any; export declare function unwrapDependencies(dependencies: DependenciesMap, keys: ContractName[]): ContractConfig[]; export declare function notNullSha(value: string): string; //# sourceMappingURL=utils.d.ts.map