import { BuildInfo } from 'hardhat/types';
export declare const findByName: (searchInObj: any, entityName: string) => any;
export declare const checkIsExternalDependency: (filePath: string, contractName: string, entity: any, buildInfo: BuildInfo[]) => boolean;
export declare const checkIfStateVar: (filePath: string, contractName: string, funcName: string, buildInfo: BuildInfo[]) => boolean | undefined;
//# sourceMappingURL=utils.d.ts.map