/// import { Readable } from 'stream'; export declare class AzureRequest extends Readable { readonly url: string; readonly context: Record; readonly originalUrl: string; readonly headers: Record; readonly body: any; constructor(context: Record); }