import Contract from '../artifacts/Contract'; import { BuildArtifacts } from '..'; export declare function hasConstructor(contract: Contract, buildArtifacts: BuildArtifacts): boolean;