import { IBrowser } from "../abstractions"; export declare class Browser { static create(culture?: string): IBrowser; }