import type { UpstreamErrorCode } from './upstream-errors.js'; export declare function logProxyInit(args: { listenSocket: string; upstreamSocket: string; }): void; export declare function logUpstreamError(args: { code: UpstreamErrorCode; }): void; //# sourceMappingURL=logging.d.ts.map