import type { ExecSyncOptions } from 'child_process';
export declare function executeDockerCommand(command: string, options?: ExecSyncOptions): Promise<string>;
