import { Types, Client } from '@honeybadger-io/core'; export declare const getUserFeedbackScriptUrl: (version: string) => string; declare class Honeybadger extends Client { config: Types.BrowserConfig; protected __afterNotifyHandlers: Types.AfterNotifyHandler[]; constructor(opts?: Partial); configure(opts?: Partial): this; resetMaxErrors(): number; factory(opts?: Partial): this; checkIn(_id: string): Promise; showUserFeedbackForm(options?: Types.UserFeedbackFormOptions): Promise; private getUserFeedbackSubmitUrl; } declare const singleton: Honeybadger; export { Types } from '@honeybadger-io/core'; export default singleton; //# sourceMappingURL=browser.d.ts.map