import { Binding } from "..";
/**
 * Bindings for HTTP transport support
 * @implements {@linkcode Binding}
 */
export declare const HTTP: Binding;
