export declare class Request { url: string; constructor(url: string); }