import type { ISession as BaseISession } from 'myst-cli-utils';
export type ISession = BaseISession;
//# sourceMappingURL=types.d.ts.map