import { Notifier } from '../notifier';
export declare function patch(http: any, airbrake: Notifier): void;
export declare function wrapRequest(origFn: any, airbrake: Notifier): () => any;
//# sourceMappingURL=http.d.ts.map