#!/usr/bin/env node
export declare function run(cmd: string | undefined, options?: {
    configFile?: string;
}): Promise<void>;
