/** * Minimal shim for css selection and ranges manipulation. * * @param window The context window to shim */ export default function (window: any): void; declare let browser: { name: string; version: number; }; export { browser };