import { Config, TypeChainTarget } from './types'; export declare function findTarget(config: Config): TypeChainTarget;