import type { HttpLog } from "../typing/functions/log.typing.js";
export declare function logger(httpLog: HttpLog): void;
