import { IConfigInterface } from "./configurator";
export declare const run: (config: IConfigInterface, output?: (message?: any, ...optionalParams: any[]) => void) => number;