export type VueVersion = 2 | 3;
export type ReactVersion = 'detect' | Omit<string, 'detect'>;
