import { Config } from '../types';
export declare function conduct(configuration: Partial<Config>): Promise<string[]>;
