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