import type { BrowserType } from '../types.js'; export declare function parseBrowserTypes(input: string | undefined | null): BrowserType[]; //# sourceMappingURL=browser-types.d.ts.map