import Browser from './Browser'; export default class Browsers { static filePath: string; private static internalById; static all(): Browser[]; static byId(id: string): Browser; private static getById; }