export declare class Request {
    request: any;
    makeApiRequest<Response>(uri: string): Promise<Response>;
}
