export declare const NetworkInstrumentationAttributes: {
    REQUEST_HEADERS: string;
    RESPONSE_HEADERS: string;
    RESPONSE_PAYLOAD: string;
    REQUEST_PAYLOAD: string;
};
