import { Command } from 'commander'; import { ExecOptions } from './types.js'; /** * Exec command - open a shell in a running ECS container via SSM */ export declare const execCommand: Command; /** * Handle the exec command */ declare function handleExec(options: ExecOptions): Promise; export { handleExec }; //# sourceMappingURL=index.d.ts.map