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