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

declare const sessionOption: CommandOption;

export { sessionOption };
