import { Configuration } from '@neo-one/cli-common'; import { Contracts } from '@neo-one/smart-contract-compiler'; export declare const findContracts: (config: Configuration) => Promise;