export interface IRequest {
    send(endpoint: string, options: any): any;
}
