declare global { namespace NodeJS { interface ProcessEnv { GITLAB_PRIVATE_TOKEN?: string; } } } export {};