export const xmodules: {
  dnn: boolean;
  face: boolean;
  text: boolean;
  tracking: boolean;
  xfeatures2d: boolean;
  ximgproc: boolean;
}

export const version: {
  major: number;
  minor: number;
}