import { CommandOption } from '../types.js';

declare const newSessionOption: CommandOption;

export { newSessionOption };
