import { Command } from '@oclif/core'; export declare function executeScript(command: Command, scriptName: string, scriptParams?: Record, flags?: { 'work-dir'?: string; }): Promise;