#!/usr/bin/env -S node --experimental-vm-modules --disable-warning=ExperimentalWarning import 'dotenv/config'; import type { VovkEnv } from './types.mjs'; export type { VovkEnv };