import { type CommandResult, type ShellCommandPayload } from '../types'; export declare function executeShellCommand(payload: ShellCommandPayload): Promise; //# sourceMappingURL=shell-executor.d.ts.map