1import { genContext } from '../../serverF/genContextF.mts'2export const cliValidatedCtx = genContext<{validated: boolean}>()3