export declare interface DotenvxPluginOptions {
  path?: string | string[]

  overload?: boolean

  strict?: boolean

  ignore?: string[]

  envKeysFile?: string

  convention?: 'nextjs'

  logLevel?: 'error' | 'warn' | 'info' | 'verbose' | 'debug' | 'errorv' | 'errornocolor' | 'success' | 'successv' | 'help' | 'http' | 'blank'

  quiet?: boolean

  verbose?: boolean

  debug?: boolean
}