export declare const run: (args: { command: string; args?: string[] | undefined; input?: string | undefined; log?: ((...message: any[]) => void) | undefined; }) => Promise;