export interface IRequestOptions { fullUrl: string; headers?: any; body?: any; } //# sourceMappingURL=request-options.interface.d.ts.map