import type { ExecutorFn } from '../types/index.js'; export declare function createScriptExecutor(command: string): ExecutorFn;