import { Parameters } from './Interfaces'; export declare function start(parameters: Parameters): Promise;