declare const url: "http://mockbin.com/har";
declare namespace options {
    const method: string;
    const headers: {
        'content-type': string;
    };
    const body: string;
}
//# sourceMappingURL=application-json.d.ts.map