import { BrowserHandler } from "./structs/BrowserHandler";
import * as utils from "./utils";
declare const toExport: {
    BrowserHandler: typeof BrowserHandler;
    utils: typeof utils;
};
export = toExport;
