import { fromRawHeaders, Mime as mime, toRawHeaders } from '../common';
export declare const Http: {
    create: import("@platform/http.types").HttpCreate;
    fetch: import("@platform/http.types").HttpFetch;
    mime: typeof mime;
    toRawHeaders: typeof toRawHeaders;
    fromRawHeaders: typeof fromRawHeaders;
};
