import { HTTPResponse } from "../../types.js"; export declare const printCorrelationId: (response: HTTPResponse | undefined) => void; export declare const printError: (err: { response?: HTTPResponse; reason?: string; message?: string; }) => void;