export interface IOptions {
    method: string;
    headers: {
        "Content-Type": string;
    };
}
//# sourceMappingURL=options.d.ts.map