export declare namespace HttpObserve {
    const BODY: string;
    const EVENTS: string;
    const RESPONSE: string;
}
