import fetch from 'unfetch'; import { C } from 'ts-toolbelt'; type UnfetchResponse = C.PromiseOf>; export declare const makeGraylogRequest: (url: string, body: string) => Promise; export {}; //# sourceMappingURL=makeGrayLogRequest.native.d.ts.map