import { detect, detectByPath } from './lib/detect' import { launch } from './lib/browsers' export { detect, detectByPath, launch, } export * from './lib/types'