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

declare const sessionOption: CommandOption;

export { sessionOption };
