/// <reference types="node" />
declare const url: "http://mockbin.com/har";
declare namespace options {
    const method: string;
    const headers: {
        'content-type': string;
    };
    const body: import("url").URLSearchParams;
}
//# sourceMappingURL=application-form-encoded.d.ts.map