import Contract from '../artifacts/Contract'; export declare function hasSelfDestruct(contract: Contract): boolean; export declare function hasDelegateCall(contract: Contract): boolean;